Home
last modified time | relevance | path

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

/external/ruy/ruy/
Dhave_built_path_for_avx512.cc26 bool HaveBuiltPathForAvx512() { return false; } in HaveBuiltPathForAvx512() function
30 bool HaveBuiltPathForAvx512() { return true; }
Dhave_built_path_for.h26 bool HaveBuiltPathForAvx512();
Dctx.cc127 [=]() { return HaveBuiltPathForAvx512() && cpuinfo->Avx512(); }); in DetectRuntimeSupportedPaths()