add arm support for the new SuperVector class

This commit is contained in:
Konstantinos Margaritis
2021-05-13 20:06:34 +03:00
parent 923f8bd357
commit bc2e3dfd2e
3 changed files with 294 additions and 0 deletions

View File

@@ -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_