use __ARM_NEON__ preprocessor check instead of __armv7__

This commit is contained in:
erwin.coumans 2013-10-22 19:01:21 +00:00
parent cf7f5436e4
commit 4169c52b2a

View File

@ -180,7 +180,7 @@ inline int btGetVersion()
#include <emmintrin.h>
#endif
#endif //BT_USE_SSE
#elif defined( __armv7__ )
#elif defined( __ARM_NEON__ )
#ifdef __clang__
#define BT_USE_NEON 1
#define BT_USE_SIMD_VECTOR3