Sign in
skia
/
third_party
/
xbyak
/
97f3ba7a8acf0b1586eda79f4d8dd18844a5da75
/
.
/
test
/
test_nm_all.bat
blob: af6cb7747c2ba60495a1469edeacd4e54be68dc1 [
file
] [
log
] [
blame
]
@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