mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 11:16:29 +03:00
fix cmake refactor for arm builds
This commit is contained in:
@@ -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