Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/ruy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Jacob <benoitjacob@google.com>2020-06-18 22:33:52 +0300
committerCopybara-Service <copybara-worker@google.com>2020-06-18 22:34:15 +0300
commit8dd913669fbd4707367ca6c2c656711df5b992f8 (patch)
treeed5f527d732ffbee74d691eae98c5faa5acdc442 /ruy/have_built_path_for.h
parent4d8ad9f776fe58ba93d300b6b69c29c5ee11cd3c (diff)
Remove SSE4.2 and VNNI placeholder code for now.
PiperOrigin-RevId: 317157906
Diffstat (limited to 'ruy/have_built_path_for.h')
-rw-r--r--ruy/have_built_path_for.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ruy/have_built_path_for.h b/ruy/have_built_path_for.h
index f0b1cd6..94761a7 100644
--- a/ruy/have_built_path_for.h
+++ b/ruy/have_built_path_for.h
@@ -21,10 +21,8 @@ limitations under the License.
namespace ruy {
#if RUY_PLATFORM_X86
-bool HaveBuiltPathForSse42();
bool HaveBuiltPathForAvx2();
bool HaveBuiltPathForAvx512();
-bool HaveBuiltPathForAvxVnni();
#endif // RUY_PLATFORM_X86
} // namespace ruy