Files
ircolib/test/test_by_xed_all.bat
T
iris 2201a02272 Squashed 'external/xbyak/' content from commit 431abd86
git-subtree-dir: external/xbyak
git-subtree-split: 431abd865e70a46d56f5aa0e1f87572decb60169
2026-05-12 14:03:16 +02:00

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
)