diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-09-18 22:53:33 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-09-18 22:53:33 (GMT) |
commit | 0b219ae4b46bbab5593d0ee644d7f6bcdb36d17e (patch) | |
tree | 83da7c12741a0409531657cac4a4217cf8e76727 /tests/OffscreenView.h | |
parent | 6d70855a4d92a7aafbc21fdd97c570e9ef227182 (diff) |
opencsg testing
Diffstat (limited to 'tests/OffscreenView.h')
-rw-r--r-- | tests/OffscreenView.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/OffscreenView.h b/tests/OffscreenView.h index 587255a..85c0144 100644 --- a/tests/OffscreenView.h +++ b/tests/OffscreenView.h @@ -1,6 +1,9 @@ #ifndef OFFSCREENVIEW_H_ #define OFFSCREENVIEW_H_ +#define EIGEN_DONT_VECTORIZE 1 +#define EIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT 1 + #include "OffscreenContext.h" #include <Eigen/Core> #include <Eigen/Geometry> |