aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2020-01-07 15:57:32 +0900
committerMITSUNARI Shigeo <[email protected]>2020-01-07 15:57:32 +0900
commit8f696e93d11b4ac87a38ce7dca71b71e6f7c0d16 (patch)
tree3762f296a4d23bdb6b901de1a7b0d4746ec61282
parent00114d7916b5607983c63af8753e9c0426e14671 (diff)
downloadxbyak-8f696e93d11b4ac87a38ce7dca71b71e6f7c0d16.tar.gz
xbyak-8f696e93d11b4ac87a38ce7dca71b71e6f7c0d16.zip
add test_avx512 to bat
-rw-r--r--test/test_avx_all.bat4
-rw-r--r--test/test_nm.bat3
2 files changed, 5 insertions, 2 deletions
diff --git a/test/test_avx_all.bat b/test/test_avx_all.bat
index ec74d28..3bf79f2 100644
--- a/test/test_avx_all.bat
+++ b/test/test_avx_all.bat
@@ -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
diff --git a/test/test_nm.bat b/test/test_nm.bat
index 60644a9..75c3da8 100644
--- a/test/test_nm.bat
+++ b/test/test_nm.bat
@@ -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" \ No newline at end of file