Skip to content

Commit

Permalink
Use dynamic arch for OpenBLAS on PowerPC
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Feb 16, 2023
1 parent b34165a commit 039a523
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -831,8 +831,7 @@ endif
# If we are running on powerpc64le or ppc64le, set certain options automatically
ifneq (,$(filter $(ARCH), powerpc64le ppc64le))
JCFLAGS += -fsigned-char
OPENBLAS_DYNAMIC_ARCH:=0
OPENBLAS_TARGET_ARCH:=POWER8
OPENBLAS_DYNAMIC_ARCH:=1
BINARY:=64
# GCC doesn't do -march= on ppc64le
MARCH=
Expand Down

0 comments on commit 039a523

Please sign in to comment.