use __ARM_NEON__ preprocessor check instead of __armv7__
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user