compiler_rt: add floatunsitf for arm64

It provides unsigned integer to quad-precision conversion.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2015-04-16 12:54:28 +00:00
parent 5571f9cf81
commit 95f23d6e36

View File

@ -144,6 +144,7 @@ SRCF+= addtf3 \
fixunstfdi \ fixunstfdi \
fixunstfsi \ fixunstfsi \
fixunstfti \ fixunstfti \
floatunsitf \
multf3 \ multf3 \
subtf3 \ subtf3 \
trunctfdf2 \ trunctfdf2 \