xbyak/test/test_nm_all.bat

12 lines
190 B
Batchfile
Raw Permalink Normal View History

2010-04-15 18:33:04 -07: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
2011-02-04 00:22:38 -07:00
call test_avx_all