mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
add neon code for bit clear
This commit is contained in:
parent
e6d9011b9d
commit
8a4c26377f
2 changed files with 24 additions and 1 deletions
|
@ -92,6 +92,8 @@ typedef int32_t mi_ssize_t;
|
|||
|
||||
#if MI_ARCH_X64 && defined(__AVX2__)
|
||||
#include <immintrin.h>
|
||||
#elif MI_ARCH_ARM64 && MI_OPT_SIMD
|
||||
#include <arm_neon.h>
|
||||
#endif
|
||||
#if defined(_MSC_VER) && (MI_ARCH_X64 || MI_ARCH_X86 || MI_ARCH_ARM64 || MI_ARCH_ARM32)
|
||||
#include <intrin.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue