Searched refs:AVX2 (Results 1 – 6 of 6) sorted by relevance
69 AVX2 = 1 << 4, enumerator117 features |= AVX2; in get_cpu_features()210 if (features & AVX2) { in blake3_hash_many()257 if (features & AVX2) { in blake3_simd_degree()
36 option(ISA_AVX2 "Enable builds for AVX2 SIMD")196 printopt("AVX2 backend " ${ISA_AVX2})
78 * `astcenc-avx2` - uses AVX2, SSE4.2, POPCNT, and F16C
128 $<$<CXX_COMPILER_ID:MSVC>:/arch:AVX2>)
6 # Compile with the AVX2 instruction set. This is the fastest option available on x86_64.7 # At run time, if the CPU doesn't support AVX2, the library will simply return an error status
260 $<$<CXX_COMPILER_ID:MSVC>:/arch:AVX2>264 # floating point, but this is only worth doing on CPUs with AVX2 because