Merge pull request #5802 from pkubaj/patch-3

Makefile.power: allow using power10 instructions
This commit is contained in:
Martin Kroeker
2026-05-06 22:19:33 +02:00
committed by GitHub
+1 -1
View File
@@ -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)