Searched refs:SIMDUTF_TARGET_REGION (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/simdutf/ |
H A D | simdutf.h | 194 // til 8.0 so SIMDUTF_TARGET_REGION and SIMDUTF_UNTARGET_REGION must be *outside* of a 196 #define SIMDUTF_TARGET_REGION(T) \ macro 202 #define SIMDUTF_TARGET_REGION(T) \ macro 210 #ifndef SIMDUTF_TARGET_REGION 211 #define SIMDUTF_TARGET_REGION(T) macro
|
H A D | simdutf.cpp | 1126 #define SIMDUTF_TARGET_ICELAKE SIMDUTF_TARGET_REGION("avx512f,avx512dq,avx512cd,avx512bw,avx512vbmi,avx512vbmi2,avx512vl,avx2,bmi,bmi2,pclmul,lzcnt,popcnt,avx512vpopcntdq") 1137 // These two need to be included outside SIMDUTF_TARGET_REGION 1444 #define SIMDUTF_TARGET_HASWELL SIMDUTF_TARGET_REGION("avx2,bmi,lzcnt,popcnt") 1455 // These two need to be included outside SIMDUTF_TARGET_REGION 1462 // The constructor may be executed on any host, so we take care not to use SIMDUTF_TARGET_REGION 2377 #define SIMDUTF_TARGET_WESTMERE SIMDUTF_TARGET_REGION("sse4.2,popcnt") 2388 // These two need to be included outside SIMDUTF_TARGET_REGION 2395 // The constructor may be executed on any host, so we take care not to use SIMDUTF_TARGET_REGION [all...] |
Completed in 38 milliseconds