yuzu/externals/xbyak/test/test_nm_all.bat

12 lines
190 B
Batchfile
Raw Normal View History

2020-12-28 19:15:37 +04:00
@echo off
echo *** nasm(32bit) ***
call test_nm
echo *** yasm(32bit) ***
call test_nm Y
echo *** nasm(64bit) ***
call test_nm 64
echo *** yasm(64bit) ***
call test_nm Y64
call test_avx_all