mirror of
https://github.com/RPCSX/xbyak.git
synced 2024-11-23 11:29:53 +00:00
add test_avx512 to bat
This commit is contained in:
parent
00114d7916
commit
8f696e93d1
@ -7,3 +7,7 @@ echo ** yasm-avx(32bit) ***
|
||||
call test_avx Y
|
||||
echo ** yasm-avx(64bit) ***
|
||||
call test_avx Y64
|
||||
echo ** nasm-avx512(32bit) ***
|
||||
call test_avx512
|
||||
echo ** nasm-avx512(64bit) ***
|
||||
call test_avx512 64
|
||||
|
@ -39,5 +39,4 @@ if /i "%Y%"=="1" (
|
||||
make_nm jit > nm.cpp
|
||||
cl -I../ -DXBYAK_TEST nm_frame.cpp %OPT% %OPT2%
|
||||
nm_frame |%FILTER% > x.lst
|
||||
diff -w x.lst ok.lst
|
||||
wc x.lst
|
||||
diff -wb x.lst ok.lst && echo "ok"
|
Loading…
Reference in New Issue
Block a user