Patches to support ARM NEON with Clang 3.0 and LLVM-GCC

This commit is contained in:
Marton Danoczy
2011-11-04 16:37:10 +01:00
parent 1b98b73472
commit f422668d39
3 changed files with 38 additions and 24 deletions

View File

@@ -45,7 +45,7 @@
#define EIGEN_GNUC_AT_MOST(x,y) 0
#endif
#if EIGEN_GNUC_AT_MOST(4,3)
#if EIGEN_GNUC_AT_MOST(4,3) && !defined(__clang__)
// see bug 89
#define EIGEN_SAFE_TO_USE_STANDARD_ASSERT_MACRO 0
#else