Merge pull request #5802 from pkubaj/patch-3
Makefile.power: allow using power10 instructions
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ endif
|
||||
endif
|
||||
|
||||
ifeq ($(C_COMPILER), CLANG)
|
||||
CCOMMON_OPT += -fno-integrated-as
|
||||
CCOMMON_OPT += -fno-integrated-as -Wa,-mpower10
|
||||
endif
|
||||
# workaround for C->FORTRAN ABI violation in LAPACKE
|
||||
ifeq ($(F_COMPILER), GFORTRAN)
|
||||
|
||||
Reference in New Issue
Block a user