Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3_dispatch.c67 SSE41 = 1 << 2, enumerator
107 features |= SSE41; in get_cpu_features()
150 if (features & SSE41) { in blake3_compress_in_place()
179 if (features & SSE41) { in blake3_compress_xof()
218 if (features & SSE41) { in blake3_hash_many()
262 if (features & SSE41) { in blake3_simd_degree()