aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_avx_all.bat
blob: 3bf79f2c77db896218fa178f865f4c2bbd3267c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@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
echo ** nasm-avx512(32bit) ***
call test_avx512
echo ** nasm-avx512(64bit) ***
call test_avx512 64