Home
last modified time | relevance | path

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

/external/ruy/ruy/
Dhave_built_path_for_avx.cc26 bool HaveBuiltPathForAvx() { return false; } in HaveBuiltPathForAvx() function
30 bool HaveBuiltPathForAvx() { return true; }
Dhave_built_path_for.h24 bool HaveBuiltPathForAvx();
Dctx.cc123 [=]() { return HaveBuiltPathForAvx() && cpuinfo->Avx(); }); in DetectRuntimeSupportedPaths()