Make the Win32 version use SSE math, with the performance benefits it brings.

Denormal protection alone should be worth it.
This commit is contained in:
Raine M. Ekman
2015-09-06 12:28:26 +03:00
parent 45c4aa6a68
commit 3de65556f2

View File

@@ -3,7 +3,7 @@
MINGW=/opt/mingw32
export PATH=$PATH:$MINGW/bin
#export CFLAGS="-march=pentium3 -mtune=generic -mpreferred-stack-boundary=5 -fno-tree-vectorize"
export CFLAGS="-march=pentium3 -mtune=generic -mpreferred-stack-boundary=5"
export CFLAGS="-march=pentium3 -mtune=generic -mpreferred-stack-boundary=5 -mfpmath=sse"
export CXXFLAGS="$CFLAGS"
if [ "$1" = "-qt5" ] ; then