mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-19 08:07:36 +08:00
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:
parent
4daba0750e
commit
742bbdfa57
@ -42,13 +42,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#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
|
#ifdef _MSC_VER
|
||||||
#include <malloc.h> // for _aligned_malloc -- need it regardless of whether vectorization is enabled
|
#include <malloc.h> // for _aligned_malloc -- need it regardless of whether vectorization is enabled
|
||||||
#if (_MSC_VER >= 1500) // 2008 or later
|
#if (_MSC_VER >= 1500) // 2008 or later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user