mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
5 lines
161 B
Batchfile
5 lines
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
|
||
|
)
|