mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-03-05 13:45:36 +00:00
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
|