add test of avx10 on windows

This commit is contained in:
MITSUNARI Shigeo 2024-10-08 17:02:20 +09:00
parent e7db8e6655
commit 0243537b63

View file

@ -11,4 +11,7 @@ call test_misc
echo *** test APX *** echo *** test APX ***
set FILE=apx set FILE=apx
call test_misc call test_misc
echo *** test AVX10 ***
set FILE=avx10_test
call test_misc
echo *** all test end *** echo *** all test end ***