xbyak/test/test_avx_all.bat

14 lines
286 B
Batchfile
Raw Normal View History

2012-03-16 06:04:44 -07:00
@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
2020-01-06 23:57:32 -07:00
echo ** nasm-avx512(32bit) ***
call test_avx512
echo ** nasm-avx512(64bit) ***
call test_avx512 64