compiler SSE tweak for 32-bit

This commit is contained in:
mazmazz 2018-12-14 16:21:07 -05:00
parent 623d1574ce
commit 09d9a555c6

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