Skip to content

Commit 3da0ff7

Browse files
authored
Merge pull request #5802 from pkubaj/patch-3
Makefile.power: allow using power10 instructions
2 parents e8ad16c + 627153f commit 3da0ff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.power

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ endif
111111
endif
112112

113113
ifeq ($(C_COMPILER), CLANG)
114-
CCOMMON_OPT += -fno-integrated-as
114+
CCOMMON_OPT += -fno-integrated-as -Wa,-mpower10
115115
endif
116116
# workaround for C->FORTRAN ABI violation in LAPACKE
117117
ifeq ($(F_COMPILER), GFORTRAN)

0 commit comments

Comments
 (0)