only use neon for armv7, quick commit through website

This commit is contained in:
erwin.coumans@gmail.com
2012-09-06 05:22:17 +00:00
parent 196aa20329
commit 9065f59229

View File

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