mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-19 16:19:37 +08:00
Added EIGEN_DONT_PARALLELIZE preprocessor directive
This commit is contained in:
parent
bf71b466e9
commit
34b3cdb82c
@ -125,7 +125,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef _OPENMP
|
||||
#if (defined _OPENMP) && (!defined EIGEN_DONT_PARALLELIZE)
|
||||
#define EIGEN_HAS_OPENMP
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user