diff options
Diffstat (limited to 'src/linalg.h')
-rw-r--r-- | src/linalg.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/linalg.h b/src/linalg.h index b1e1409..06991cf 100644 --- a/src/linalg.h +++ b/src/linalg.h @@ -1,15 +1,6 @@ #ifndef LINALG_H_ #define LINALG_H_ -// workaround Eigen SIMD alignment problems -#ifndef __APPLE__ -#define EIGEN_DONT_VECTORIZE 1 -#define EIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT 1 -#endif -#ifdef _MSC_VER -#define EIGEN_DONT_ALIGN -#endif - #include <Eigen/Core> #include <Eigen/Geometry> |