mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
add test of avx10 on windows
This commit is contained in:
parent
e7db8e6655
commit
0243537b63
1 changed files with 3 additions and 0 deletions
|
@ -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 ***
|
||||
|
|
Loading…
Reference in a new issue