mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fix compiler flag testcase
This commit is contained in:
parent
c4f1372814
commit
606c53a05f
@ -78,6 +78,7 @@ elseif (ARCH_ARM32 OR ARCH_AARCH64)
|
||||
CHECK_C_SOURCE_COMPILES("#include <${INTRIN_INC_H}>
|
||||
int main() {
|
||||
int32x4_t a = vdupq_n_s32(1);
|
||||
(void)a;
|
||||
}" HAVE_NEON)
|
||||
else ()
|
||||
message (FATAL_ERROR "Unsupported architecture")
|
||||
|
Loading…
x
Reference in New Issue
Block a user