mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Relax the condition to not only work on Android.
This commit is contained in:
@@ -593,7 +593,7 @@ template<typename T> struct smart_memmove_helper<T,false> {
|
|||||||
// the compiler still emits bad code because stack allocation checks use "<=".
|
// the compiler still emits bad code because stack allocation checks use "<=".
|
||||||
// TODO: Eliminate after https://bugs.llvm.org/show_bug.cgi?id=23772
|
// TODO: Eliminate after https://bugs.llvm.org/show_bug.cgi?id=23772
|
||||||
// is fixed.
|
// is fixed.
|
||||||
#if defined(__clang__) && defined(__ANDROID__) && defined(__thumb__)
|
#if defined(__clang__) && defined(__thumb__)
|
||||||
#undef EIGEN_ALLOCA
|
#undef EIGEN_ALLOCA
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user