Skip to content

Commit c49d206

Browse files
committed
remove -ffast-math
1 parent 1b2935a commit c49d206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/patches/DDalphaAMG.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index ae45ecc..7299fc7 100644
99

1010
# --- CFLAGS -----------------------------------------
1111
-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
12+
+CFLAGS_gnu = -std=gnu99 -Wall -pedantic -O3 -mavx2 -mfma -mtune=haswell -march=haswell -fopenmp
1313
CFLAGS_intel = -std=gnu99 -Wall -pedantic -O3 -xHOST -qopenmp
1414
-CFLAGS = $(CFLAGS_intel)
1515
+CFLAGS = ${CFLAGS_gnu}

0 commit comments

Comments
 (0)