Skip to content

Commit

Permalink
Merge pull request OpenMathLib#4334 from RajalakshmiSR/Makefile_power
Browse files Browse the repository at this point in the history
POWER: Fixing Makefile error
  • Loading branch information
martin-frbg authored Nov 21, 2023
2 parents d526c43 + 47da601 commit a938e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.power
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif

ifeq ($(CORE), POWER10)
ifneq ($(C_COMPILER), PGI)
ifeq ($(C_COMPILER), GCC))
ifeq ($(C_COMPILER), GCC)
ifeq ($(GCCVERSIONGTEQ10), 1)
CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
else ifneq ($(GCCVERSIONGT4), 1)
Expand Down

0 comments on commit a938e48

Please sign in to comment.