compiler SSE tweak for 32-bit

This commit is contained in:
mazmazz 2018-12-14 16:21:07 -05:00
parent 623d1574ce
commit 09d9a555c6
1 changed files with 2 additions and 1 deletions

View File

@ -288,7 +288,8 @@ OPTS += -DCOMPVERSION
ifndef NONX86
ifndef GCC29
M5=-march=pentium
#M5=-march=pentium
M5=-march=nocona -msse -mfpmath=sse
M4=-march=i486
else
M5=-mpentium