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..)
This commit is contained in:
Thomas Capricelli 2010-05-21 02:03:43 +02:00
parent 4daba0750e
commit 742bbdfa57

View File

@ -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