You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fortran/tests/makefiles/Makefile.common
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ AFF := -O4
95
95
DFF := -O3 -Ofast -ffast-math # As of AOCC 5.1, -Ofast implies -O3, but it is not clear whether it implies -ffast-math; -O4 and -O3 are equivalent for AOCC 5.1
96
96
FFF := -O3 -ffast-math # Suggested by flang 20.1.7
97
97
GFF := -Ofast # -Ofast implies -O3 and -ffast-math
98
-
MFF := -O3 -ffast-math # Suggested by AOMP 22.0-2 when running `amdflang --help | grep fast`
98
+
MFF := -O3 -ffast-math # Suggested by AOMP 22.0-2 when running `amdflang --help | grep fast`, -Ofast is deprecated
99
99
NFF := -O4
100
100
RFF := -Ofast -ffast-math # -Ofast implies -O3, but no documentation found about the relation between -Ofast and -ffast-math
0 commit comments