compiler-rt: Build additional quad precision floating point builtins

These are needed for arm64

Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D2160
This commit is contained in:
Ed Maste 2015-03-30 14:28:31 +00:00
parent 9c793fa870
commit b4a5ecf64c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280853

View File

@ -37,6 +37,7 @@ SRCF= absvdi2 \
clzti2 \
cmpdi2 \
cmpti2 \
comparetf2 \
ctzdi2 \
ctzsi2 \
ctzti2 \
@ -50,6 +51,8 @@ SRCF= absvdi2 \
divxc3 \
enable_execute_stack \
eprintf \
extenddftf2 \
extendsftf2 \
ffsdi2 \
ffsti2 \
fixdfdi \
@ -76,6 +79,7 @@ SRCF= absvdi2 \
floatdidf \
floatdisf \
floatdixf \
floatsitf \
floattidf \
floattisf \
floattixf \
@ -127,6 +131,8 @@ SRCF= absvdi2 \
subvsi3 \
subvti3 \
trampoline_setup \
trunctfdf2 \
trunctfsf2 \
ucmpdi2 \
ucmpti2 \
udivdi3 \