diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-10-08 17:02:20 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-10-08 17:02:20 +0900 |
commit | 0243537b63bc58fac94906fb0a1671729ebbfe47 (patch) | |
tree | 0a078520bb2304af8e1b51647d09b7cb47d33e73 | |
parent | e7db8e6655cfe1779171ccc9c2077fe717339b09 (diff) | |
download | xbyak-0243537b63bc58fac94906fb0a1671729ebbfe47.tar.gz xbyak-0243537b63bc58fac94906fb0a1671729ebbfe47.zip |
add test of avx10 on windows
-rw-r--r-- | test/test_all.bat | 3 |
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 *** |