mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 08:12:21 +03:00
add ARM version of simd_utils.h
This commit is contained in:
@@ -63,6 +63,8 @@ extern const char vbs_mask_data[];
|
||||
|
||||
#if defined(ARCH_IA32) || defined(ARCH_X86_64)
|
||||
#include "util/arch/x86/simd_utils.h"
|
||||
#elif defined(ARCH_ARM32) || defined(ARCH_AARCH64)
|
||||
#include "util/arch/arm/simd_utils.h"
|
||||
#endif
|
||||
|
||||
#endif // SIMD_UTILS_H
|
||||
|
Reference in New Issue
Block a user