blob: c7e29a200b67a21661314d6156f737ff59023c0f [file] [log] [blame]
set TARGETS=old.txt new-ymm.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 avx10\%%f
)