mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-26 12:38:24 -05:00
12 lines
190 B
Batchfile
Executable File
12 lines
190 B
Batchfile
Executable File
@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
|