fix compiler flag testcase

This commit is contained in:
Konstantinos Margaritis 2020-11-24 17:55:03 +02:00
parent c4f1372814
commit 606c53a05f

View File

@ -78,6 +78,7 @@ elseif (ARCH_ARM32 OR ARCH_AARCH64)
CHECK_C_SOURCE_COMPILES("#include <${INTRIN_INC_H}> CHECK_C_SOURCE_COMPILES("#include <${INTRIN_INC_H}>
int main() { int main() {
int32x4_t a = vdupq_n_s32(1); int32x4_t a = vdupq_n_s32(1);
(void)a;
}" HAVE_NEON) }" HAVE_NEON)
else () else ()
message (FATAL_ERROR "Unsupported architecture") message (FATAL_ERROR "Unsupported architecture")