mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
give up on OpenMP... for now
This commit is contained in:
@@ -10,13 +10,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef EIGEN_DONT_PARALLELIZE
|
||||
#ifdef _OPENMP
|
||||
#define EIGEN_USE_OPENMP
|
||||
#include <omp.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cmath>
|
||||
#include <complex>
|
||||
|
||||
Reference in New Issue
Block a user