Home
last modified time | relevance | path

Searched refs:AVX2 (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3_dispatch.c69 AVX2 = 1 << 4, enumerator
117 features |= AVX2; in get_cpu_features()
210 if (features & AVX2) { in blake3_hash_many()
257 if (features & AVX2) { in blake3_simd_degree()
/hardware/google/gfxstream/third-party/astc-encoder/
DCMakeLists.txt36 option(ISA_AVX2 "Enable builds for AVX2 SIMD")
196 printopt("AVX2 backend " ${ISA_AVX2})
DREADME.md78 * `astcenc-avx2` - uses AVX2, SSE4.2, POPCNT, and F16C
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dcmake_core.cmake128 $<$<CXX_COMPILER_ID:MSVC>:/arch:AVX2>)
/hardware/google/gfxstream/third-party/
DCMakeLists.txt6 # 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
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dcmake_core.cmake260 $<$<CXX_COMPILER_ID:MSVC>:/arch:AVX2>
264 # floating point, but this is only worth doing on CPUs with AVX2 because