From 4a3952fd55a213baefeeebcae50366226952acce Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Fri, 13 Jul 2018 11:24:07 -0700 Subject: Relax the condition to not only work on Android. --- Eigen/src/Core/util/Memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core/util/Memory.h') 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 -- cgit v1.2.3