-
- Downloads
Fix (issue #205) inability to compile faust_butterfly C++ module when BUILD_MUTLITHREADING is OFF.
Add a header faust_openmp.h.in configured by cmake to define a compilation variable named OMP_ENABLED which is then used in faust_butterfly or faust_prod_opt modules to determine if OpenMP/C++ threads (posix threads) are available and enable a fallback code if they are not.
Showing
- CMakeLists.txt 2 additions, 0 deletionsCMakeLists.txt
- src/algorithm/factorization/faust_butterfly.hpp 12 additions, 1 deletionsrc/algorithm/factorization/faust_butterfly.hpp
- src/faust_linear_operator/CPU/faust_prod_opt.hpp 7 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_prod_opt.hpp
- src/utils/faust_openmp.h.in 2 additions, 0 deletionssrc/utils/faust_openmp.h.in
Loading
Please register or sign in to comment