10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-21 20:52:28 +02:00

Changed native into SSE4.2 in gfortran.cfg

This commit is contained in:
Anthony Scemama 2019-07-24 13:22:40 +02:00
parent 2e86462070
commit b483783c13

View File

@ -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
#################