Home
last modified time | relevance | path

Searched defs:DEGREE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx2.c5 #define DEGREE 8 macro
158 INLINE void transpose_vecs(__m256i vecs[DEGREE]) { in transpose_vecs()
H A Dblake3_sse2.c5 #define DEGREE 4 macro
398 INLINE void transpose_vecs(__m128i vecs[DEGREE]) { in transpose_vecs()
H A Dblake3_sse41.c5 #define DEGREE 4 macro
392 INLINE void transpose_vecs(__m128i vecs[DEGREE]) { in transpose_vecs()