summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d404d6ff..97e3fff5 100644
--- a/Makefile
+++ b/Makefile
@@ -378,6 +378,9 @@ ifeq ($(PLATFORM),darwin)
# used no matter what and they corrupt the frame pointer in VM calls
BASE_CFLAGS += -mstackrealign
endif
+ ifeq ($(ARCH),x86_64)
+ OPTIMIZEVM += -mfpmath=sse
+ endif
BASE_CFLAGS += -fno-strict-aliasing -DMACOS_X -fno-common -pipe