mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 17:31:51 +03:00
fix cmake refactor for arm builds
This commit is contained in:
committed by
Konstantinos Margaritis
parent
b61a40f7d9
commit
3f9c05d57f
@@ -41,5 +41,17 @@
|
||||
#define VECTORSIZE 16
|
||||
#endif
|
||||
|
||||
#if defined(__ARM_FEATURE_SVE)
|
||||
#define HAVE_SVE
|
||||
#endif
|
||||
|
||||
#if defined(__ARM_FEATURE_SVE2)
|
||||
#define HAVE_SVE2
|
||||
#endif
|
||||
|
||||
#if defined(__ARM_FEATURE_SVE2_BITPERM)
|
||||
#define HAVE_SVE2_BITPERM
|
||||
#endif
|
||||
|
||||
#endif // UTIL_ARCH_ARM_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user