diff options
Diffstat (limited to 'tests/OffscreenView.h')
-rw-r--r-- | tests/OffscreenView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/OffscreenView.h b/tests/OffscreenView.h index 85c0144..dd52a81 100644 --- a/tests/OffscreenView.h +++ b/tests/OffscreenView.h @@ -1,8 +1,10 @@ #ifndef OFFSCREENVIEW_H_ #define OFFSCREENVIEW_H_ +#ifndef __APPLE__ // Eigen SIMD alignment #define EIGEN_DONT_VECTORIZE 1 #define EIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT 1 +#endif #include "OffscreenContext.h" #include <Eigen/Core> |