Skip to content

Commit

Permalink
Use the system libm on ARM, since we have some known
Browse files Browse the repository at this point in the history
crashes/hangs with openlibm when using the fe* functions.

(cherry picked from commit 79374f1)

Conflicts:
	Make.inc
  • Loading branch information
ViralBShah committed Jan 24, 2016
1 parent ffff467 commit e8c44f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,10 @@ LLVM_ASSERTIONS=1
#LLVM_FLAGS+="--with-float=hard --with-abi=aapcs-vfp"
LLVM_VER=3.7.1

override USE_BLAS64=0
override OPENBLAS_DYNAMIC_ARCH=0
override OPENBLAS_TARGET_ARCH=ARMV7
override USE_BLAS64:=0
override OPENBLAS_DYNAMIC_ARCH:=0
override OPENBLAS_TARGET_ARCH:=ARMV7
override USE_SYSTEM_LIBM:=1

endif

Expand Down

1 comment on commit e8c44f6

@tkelman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

release-0.4 makefiles use = not :=

Please sign in to comment.