diff options
Diffstat (limited to 'test/test_by_xed_all.bat')
-rw-r--r-- | test/test_by_xed_all.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_by_xed_all.bat b/test/test_by_xed_all.bat new file mode 100644 index 0000000..bb57cb4 --- /dev/null +++ b/test/test_by_xed_all.bat @@ -0,0 +1,5 @@ +set TARGETS=old.txt new-ymm.txt bf16.txt misc.txt convert.txt minmax.txt saturation.txt +for %%f in (%TARGETS%) do ( + echo %%f + call test_by_xed.bat avx10\%%f +)
\ No newline at end of file |