4ed09fda06
git-subtree-dir: externals/xbyak git-subtree-split: d512551e914737300ba35f3c049d1b40effbe76d
9 lines
187 B
Batchfile
9 lines
187 B
Batchfile
@echo off
|
|
echo ** nasm-avx(32bit) ***
|
|
call test_avx
|
|
echo ** nasm-avx(64bit) ***
|
|
call test_avx 64
|
|
echo ** yasm-avx(32bit) ***
|
|
call test_avx Y
|
|
echo ** yasm-avx(64bit) ***
|
|
call test_avx Y64
|