From b483783c13554b92e42bf2524bb0bc5c0e490845 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 24 Jul 2019 13:22:40 +0200 Subject: [PATCH] Changed native into SSE4.2 in gfortran.cfg --- config/gfortran.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gfortran.cfg b/config/gfortran.cfg index 94a12ccf..f561fcb7 100644 --- a/config/gfortran.cfg +++ b/config/gfortran.cfg @@ -35,7 +35,7 @@ OPENMP : 1 ; Append OpenMP flags # -ffast-math and the Fortran-specific # -fno-protect-parens and -fstack-arrays. [OPT] -FCFLAGS : -Ofast -march=native +FCFLAGS : -Ofast -msse4.2 # Profiling flags #################