From 4169c52b2a8f064d88ff462511cc371a59c9a128 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Tue, 22 Oct 2013 19:01:21 +0000 Subject: [PATCH] use __ARM_NEON__ preprocessor check instead of __armv7__ --- src/LinearMath/btScalar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LinearMath/btScalar.h b/src/LinearMath/btScalar.h index dbf1195a5..37c6dec19 100644 --- a/src/LinearMath/btScalar.h +++ b/src/LinearMath/btScalar.h @@ -180,7 +180,7 @@ inline int btGetVersion() #include #endif #endif //BT_USE_SSE - #elif defined( __armv7__ ) + #elif defined( __ARM_NEON__ ) #ifdef __clang__ #define BT_USE_NEON 1 #define BT_USE_SIMD_VECTOR3