We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2935a commit c49d206Copy full SHA for c49d206
.github/patches/DDalphaAMG.patch
@@ -9,7 +9,7 @@ index ae45ecc..7299fc7 100644
9
10
# --- CFLAGS -----------------------------------------
11
-CFLAGS_gnu = -std=gnu99 -Wall -pedantic -O3 -ffast-math -msse4.2 -fopenmp
12
-+CFLAGS_gnu = -std=gnu99 -Wall -pedantic -O3 -ffast-math -mavx2 -mfma -mtune=haswell -march=haswell -fopenmp
++CFLAGS_gnu = -std=gnu99 -Wall -pedantic -O3 -mavx2 -mfma -mtune=haswell -march=haswell -fopenmp
13
CFLAGS_intel = -std=gnu99 -Wall -pedantic -O3 -xHOST -qopenmp
14
-CFLAGS = $(CFLAGS_intel)
15
+CFLAGS = ${CFLAGS_gnu}
0 commit comments