Enable 128-bit arithmetic clang+systems with NEON
This commit is contained in:
parent
efc625f26d
commit
535559420e
@ -638,7 +638,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|||||||
#if !defined(__GNUC__) && !defined(__SIZEOF_INT128__)
|
#if !defined(__GNUC__) && !defined(__SIZEOF_INT128__)
|
||||||
# error mode(TI) is a gcc extension, and __int128 is not available
|
# error mode(TI) is a gcc extension, and __int128 is not available
|
||||||
#endif
|
#endif
|
||||||
#if defined(__clang__) && !defined(__x86_64__)
|
#if defined(__clang__) && !defined(__x86_64__) && !defined(__ARM_NEON)
|
||||||
# error clang does not properly handle the 128-bit type on 32-bit systems
|
# error clang does not properly handle the 128-bit type on 32-bit systems
|
||||||
#endif
|
#endif
|
||||||
#ifndef NATIVE_LITTLE_ENDIAN
|
#ifndef NATIVE_LITTLE_ENDIAN
|
||||||
|
Loading…
Reference in New Issue
Block a user