Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 8dd2433

Browse files
author
Nick Kledzik
committed
<rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@114854 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent ab94fd3 commit 8dd2433

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make/platform/darwin_bni.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ FUNCTIONS.armv5 := $(FUNCTIONS) \
6666
sync_synchronize
6767

6868
FUNCTIONS.armv6 := $(FUNCTIONS) \
69+
comparedf2 comparesf2 \
6970
adddf3vfp addsf3vfp bswapdi2 bswapsi2 divdf3vfp \
7071
divsf3vfp eqdf2vfp eqsf2vfp extendsfdf2vfp \
7172
fixdfsivfp fixsfsivfp fixunsdfsivfp fixunssfsivfp \
@@ -80,6 +81,7 @@ FUNCTIONS.armv6 := $(FUNCTIONS) \
8081
restore_vfp_d8_d15_regs save_vfp_d8_d15_regs \
8182
sync_synchronize
8283
FUNCTIONS.armv7 := $(FUNCTIONS) \
84+
comparedf2 comparesf2 \
8385
adddf3vfp addsf3vfp bswapdi2 bswapsi2 divdf3vfp \
8486
divsf3vfp eqdf2vfp eqsf2vfp extendsfdf2vfp \
8587
fixdfsivfp fixsfsivfp fixunsdfsivfp fixunssfsivfp \

0 commit comments

Comments
 (0)