4ed09fda06
git-subtree-dir: externals/xbyak git-subtree-split: d512551e914737300ba35f3c049d1b40effbe76d
11 lines
190 B
Batchfile
11 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
|