From 442209f6941fb8103746b0f520e51bbdf6012f77 Mon Sep 17 00:00:00 2001 From: emaste Date: Thu, 16 Apr 2015 12:54:28 +0000 Subject: 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(+) (limited to 'lib/libcompiler_rt') diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index 6995d3e..5e21883 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -144,6 +144,7 @@ SRCF+= addtf3 \ fixunstfdi \ fixunstfsi \ fixunstfti \ + floatunsitf \ multf3 \ subtf3 \ trunctfdf2 \ -- cgit v1.1