We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d526c43 + 47da601 commit a938e48Copy full SHA for a938e48
1 file changed
Makefile.power
@@ -11,7 +11,7 @@ endif
11
12
ifeq ($(CORE), POWER10)
13
ifneq ($(C_COMPILER), PGI)
14
-ifeq ($(C_COMPILER), GCC))
+ifeq ($(C_COMPILER), GCC)
15
ifeq ($(GCCVERSIONGTEQ10), 1)
16
CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
17
else ifneq ($(GCCVERSIONGT4), 1)
0 commit comments