aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2024-10-08 17:02:20 +0900
committerMITSUNARI Shigeo <[email protected]>2024-10-08 17:02:20 +0900
commit0243537b63bc58fac94906fb0a1671729ebbfe47 (patch)
tree0a078520bb2304af8e1b51647d09b7cb47d33e73
parente7db8e6655cfe1779171ccc9c2077fe717339b09 (diff)
downloadxbyak-0243537b63bc58fac94906fb0a1671729ebbfe47.tar.gz
xbyak-0243537b63bc58fac94906fb0a1671729ebbfe47.zip
add test of avx10 on windows
-rw-r--r--test/test_all.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_all.bat b/test/test_all.bat
index 0bcb787..20a55a0 100644
--- a/test/test_all.bat
+++ b/test/test_all.bat
@@ -11,4 +11,7 @@ call test_misc
echo *** test APX ***
set FILE=apx
call test_misc
+echo *** test AVX10 ***
+set FILE=avx10_test
+call test_misc
echo *** all test end ***