xbyak/test/test_by_xed_all.bat
MITSUNARI Shigeo 0a6ca18761
Some checks failed
test / test (push) Has been cancelled
add test_by_xed for win
2024-10-19 09:43:44 +09:00

5 lines
No EOL
161 B
Batchfile

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
)