mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 18:20:35 +03:00
add arm support for the new SuperVector class
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
#if defined(__ARM_NEON) && (defined(ARCH_ARM32) || defined(ARCH_AARCH64))
|
||||
#define HAVE_NEON
|
||||
#define HAVE_SIMD_128_BITS
|
||||
#define CHUNKSIZE 128
|
||||
#define VECTORSIZE 16
|
||||
#endif
|
||||
|
||||
#endif // UTIL_ARCH_ARM_H_
|
||||
|
||||
Reference in New Issue
Block a user