Files
rc64/external/xbyak/test/test_by_xed_all.bat

6 lines
177 B
Batchfile

set TARGETS=old.txt bf16.txt misc.txt convert.txt minmax.txt saturation.txt amx.txt apx.txt comp.txt
for %%f in (%TARGETS%) do (
echo %%f
call test_by_xed.bat dataset\%%f
)