Go to the documentation of this file.
3 #if defined(__x86_64__) || defined(_M_X64)
4 # define KCPU_ARCH_X86_64 1
5 #elif defined(__aarch64__)
6 # define KCPU_ARCH_XARM64 1
10 # define KCOMPILETIME_SSE 1
14 # define KCOMPILETIME_SSE2 1
18 # define KCOMPILETIME_AVX 1
22 # define KCOMPILETIME_AVX2 1
26 # define KCOMPILETIME_NEON 1