Home
last modified time | relevance | path

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

/external/ruy/ruy/
Dhave_built_path_for_avx2_fma.cc26 bool HaveBuiltPathForAvx2Fma() { return false; } in HaveBuiltPathForAvx2Fma() function
30 bool HaveBuiltPathForAvx2Fma() { return true; }
Dhave_built_path_for.h25 bool HaveBuiltPathForAvx2Fma();
Dctx.cc125 [=]() { return HaveBuiltPathForAvx2Fma() && cpuinfo->Avx2Fma(); }); in DetectRuntimeSupportedPaths()