Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2015 12:54:28 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281600 - head/lib/libcompiler_rt
Message-ID:  <201504161254.t3GCsSvH045036@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504161254.t3GCsSvH045036>