aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2010-05-21 02:03:43 +0200
committerGravatar Thomas Capricelli <orzel@freehackers.org>2010-05-21 02:03:43 +0200
commit742bbdfa574675c3288da902280e457ec8fe5359 (patch)
treee2531d2f60edf72a1cb4fce33e2908c319e7997e /Eigen
parent4daba0750e15f7cd4b6b810fcda69faae1b2bb2f (diff)
clang/llvm is now good enough. I can compile a project using those (one of
the binary segfaults though, and i think it's related..)
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/Core7
1 files changed, 0 insertions, 7 deletions
diff --git a/Eigen/Core b/Eigen/Core
index e3318c862..595e1cb89 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -42,13 +42,6 @@
#endif
#endif
-// disable vectorization on LLVM: it's not yet ready for that.
-#ifdef __clang__
- #ifndef EIGEN_DONT_VECTORIZE
- #define EIGEN_DONT_VECTORIZE
- #endif
-#endif
-
#ifdef _MSC_VER
#include <malloc.h> // for _aligned_malloc -- need it regardless of whether vectorization is enabled
#if (_MSC_VER >= 1500) // 2008 or later