From 929d0d8509dbed496e71798d0663acfb3f657352 Mon Sep 17 00:00:00 2001 From: luncliff Date: Sat, 28 Sep 2024 00:22:24 +0900 Subject: [PATCH] ci: test sse2neon on x86 --- test/vcpkg.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/vcpkg.json b/test/vcpkg.json index 3b3e1418..5b98002b 100644 --- a/test/vcpkg.json +++ b/test/vcpkg.json @@ -85,6 +85,10 @@ ], "platform": "windows" }, + { + "name": "sse2neon", + "platform": "x86" + }, { "name": "tensorflow-lite", "platform": "windows"