svn commit: r281600 - head/lib/libcompiler_rt
Ed Maste
emaste at FreeBSD.org
Thu Apr 16 12:54:29 UTC 2015
Author: emaste
Date: Thu Apr 16 12:54:28 2015
New Revision: 281600
URL: https://svnweb.freebsd.org/changeset/base/281600
Log:
compiler_rt: add floatunsitf for arm64
It provides unsigned integer to quad-precision conversion.
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/libcompiler_rt/Makefile
Modified: head/lib/libcompiler_rt/Makefile
==============================================================================
--- head/lib/libcompiler_rt/Makefile Thu Apr 16 10:00:06 2015 (r281599)
+++ head/lib/libcompiler_rt/Makefile Thu Apr 16 12:54:28 2015 (r281600)
@@ -144,6 +144,7 @@ SRCF+= addtf3 \
fixunstfdi \
fixunstfsi \
fixunstfti \
+ floatunsitf \
multf3 \
subtf3 \
trunctfdf2 \
More information about the svn-src-head
mailing list