diff options
-rw-r--r-- | Eigen/src/Core/util/Memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/util/Memory.h b/Eigen/src/Core/util/Memory.h index 1805041c7..956f64d1d 100644 --- a/Eigen/src/Core/util/Memory.h +++ b/Eigen/src/Core/util/Memory.h @@ -593,7 +593,7 @@ template<typename T> struct smart_memmove_helper<T,false> { // the compiler still emits bad code because stack allocation checks use "<=". // TODO: Eliminate after https://bugs.llvm.org/show_bug.cgi?id=23772 // is fixed. -#if defined(__clang__) && defined(__ANDROID__) && defined(__thumb__) +#if defined(__clang__) && defined(__thumb__) #undef EIGEN_ALLOCA #endif |