We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac63bb8 commit 7b38f87Copy full SHA for 7b38f87
Makefile
@@ -1,4 +1,4 @@
1
-CC=gcc
+CC?=gcc
2
CFLAGS=-std=c99 -g -O3 -march=native -funroll-loops -ffast-math \
3
# -ftree-vectorize \
4
# -ftree-vectorizer-verbose=6 \
0 commit comments