mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
use __ARM_NEON__ preprocessor check instead of __armv7__
This commit is contained in:
parent
cf7f5436e4
commit
4169c52b2a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user