From 742bbdfa574675c3288da902280e457ec8fe5359 Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Fri, 21 May 2010 02:03:43 +0200 Subject: [PATCH] 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..) --- Eigen/Core | 7 ------- 1 file changed, 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 // for _aligned_malloc -- need it regardless of whether vectorization is enabled #if (_MSC_VER >= 1500) // 2008 or later