This commit is contained in:
2026-03-23 12:13:12 +01:00
commit a615280259
153 changed files with 33843 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
@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