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 struct smart_memmove_helper { // 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