We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331b577 commit 9665fa8Copy full SHA for 9665fa8
Makefile.macosx
@@ -74,8 +74,9 @@ CFLAGS += -D_BSD_SOURCE
74
# get much better results by telling it we have at least a Pentium 3
75
# which hass the SSE instructions.
76
77
-CFLAGS += -march=core2 -msse4.1 -std=gnu99
+#CFLAGS += -march=core2 -msse4.1 -std=gnu99
78
#CFLAGS += -march=pentium3 -sse
79
+CFLAGS += -march=native
80
81
82
# Add -ffastmath in only if compiler version recognizes it.
0 commit comments