Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3_impl.h51 #if !defined(BLAKE3_USE_NEON)
54 #define BLAKE3_USE_NEON 1 macro
56 #define BLAKE3_USE_NEON 0 macro
62 #elif BLAKE3_USE_NEON == 1
272 #if BLAKE3_USE_NEON == 1
Dblake3_dispatch.c235 #if BLAKE3_USE_NEON == 1 in blake3_hash_many()
272 #if BLAKE3_USE_NEON == 1 in blake3_simd_degree()