Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
Compilation and the software are working fine with the default clang (<tt>cc</tt>) compiler. However, in its current version, clang does not support OpenMP, the language extension / library that we use for parallelism, which means Siril will probably be slower than if compiled with gcc for stacking in particular. | Compilation and the software are working fine with the default clang (<tt>cc</tt>) compiler. However, in its current version, clang does not support OpenMP, the language extension / library that we use for parallelism, which means Siril will probably be slower than if compiled with gcc, for stacking in particular. |
Revision as of 19:29, 28 September 2015
Compilation and the software are working fine with the default clang (cc) compiler. However, in its current version, clang does not support OpenMP, the language extension / library that we use for parallelism, which means Siril will probably be slower than if compiled with gcc, for stacking in particular.