From 95f23d6e3650386595b860aaabc3cf6d3aad714b Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 16 Apr 2015 12:54:28 +0000 Subject: [PATCH] compiler_rt: add floatunsitf for arm64 It provides unsigned integer to quad-precision conversion. Sponsored by: The FreeBSD Foundation --- lib/libcompiler_rt/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index 6995d3e5f6b0..5e21883d9e8f 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -144,6 +144,7 @@ SRCF+= addtf3 \ fixunstfdi \ fixunstfsi \ fixunstfti \ + floatunsitf \ multf3 \ subtf3 \ trunctfdf2 \