mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
Relax the condition to not only work on Android.
This commit is contained in:
parent
02a9443db9
commit
4a3952fd55
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user