From 9065f59229224bdfd69984a2257eeb2cb395f655 Mon Sep 17 00:00:00 2001 From: "erwin.coumans@gmail.com" Date: Thu, 6 Sep 2012 05:22:17 +0000 Subject: [PATCH] only use neon for armv7, quick commit through website --- 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 b5027fabf..e306cee7f 100644 --- a/src/LinearMath/btScalar.h +++ b/src/LinearMath/btScalar.h @@ -175,7 +175,7 @@ inline int btGetVersion() #include #endif #endif //BT_USE_SSE - #elif defined( __arm__ ) + #elif defined( __armv7__ ) #ifdef __clang__ #define BT_USE_NEON 1