use __ARM_NEON__ preprocessor check instead of __armv7__
This commit is contained in:
@@ -180,7 +180,7 @@ inline int btGetVersion()
|
|||||||
#include <emmintrin.h>
|
#include <emmintrin.h>
|
||||||
#endif
|
#endif
|
||||||
#endif //BT_USE_SSE
|
#endif //BT_USE_SSE
|
||||||
#elif defined( __armv7__ )
|
#elif defined( __ARM_NEON__ )
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
#define BT_USE_NEON 1
|
#define BT_USE_NEON 1
|
||||||
#define BT_USE_SIMD_VECTOR3
|
#define BT_USE_SIMD_VECTOR3
|
||||||
|
|||||||
Reference in New Issue
Block a user