Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Dmum.h405 static int avx2_support = 0; in mum_hash() local
407 if (avx2_support > 0) in mum_hash()
409 else if (! avx2_support) { in mum_hash()
411 avx2_support = __builtin_cpu_supports ("avx2") ? 1 : -1; in mum_hash()
412 if (avx2_support > 0) in mum_hash()