mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 09:21:52 +03:00
Add SVE, SVE2, and SVE2_BITPERM as targets
Change-Id: I5231e2eb0a31708a16c853dc83ea48db32e0b0a5
This commit is contained in:
committed by
Konstantinos Margaritis
parent
503483a8ee
commit
d59f11dc01
@@ -24,6 +24,15 @@
|
||||
/* "Define if cross compiling for AARCH64" */
|
||||
#cmakedefine CROSS_COMPILE_AARCH64
|
||||
|
||||
/* Define if building SVE for AARCH64. */
|
||||
#cmakedefine BUILD_SVE
|
||||
|
||||
/* Define if building SVE2 for AARCH64. */
|
||||
#cmakedefine BUILD_SVE2
|
||||
|
||||
/* Define if building SVE2+BITPERM for AARCH64. */
|
||||
#cmakedefine BUILD_SVE2_BITPERM
|
||||
|
||||
/* internal build, switch on dump support. */
|
||||
#cmakedefine DUMP_SUPPORT
|
||||
|
||||
@@ -63,6 +72,9 @@
|
||||
/* C compiler has arm_neon.h */
|
||||
#cmakedefine HAVE_C_ARM_NEON_H
|
||||
|
||||
/* C compiler has arm_sve.h */
|
||||
#cmakedefine HAVE_C_ARM_SVE_H
|
||||
|
||||
/* Define to 1 if you have the declaration of `pthread_setaffinity_np', and to
|
||||
0 if you don't. */
|
||||
#cmakedefine HAVE_DECL_PTHREAD_SETAFFINITY_NP
|
||||
|
||||
Reference in New Issue
Block a user