xbyak/test/test_by_xed_all.bat

5 lines
161 B
Batchfile
Raw Permalink Normal View History

2024-10-18 17:43:44 -07:00
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
)