git-subtree-dir: external/xbyak git-subtree-split: 9d8ff37306f39c6a71cf998078cbe880ce5dc224
12 lines
190 B
Batchfile
12 lines
190 B
Batchfile
@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
|