This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch soft-fp] Add support for various half-precision conversion routines


On Wed, 7 Sep 2016, James Greenhalgh wrote:

> 2016-09-07  James Greenhalgh  <james.greenhalgh@arm.com>
> 
> 	* soft-fp/extendhftf2.c: New.
> 	* soft-fp/fixhfti.c: Likewise.
> 	* soft-fp/fixunshfti.c: Likewise.
> 	* soft-fp/floattihf.c: Likewise.
> 	* soft-fp/floatuntihf.c: Likewise.
> 	* soft-fp/half.h: Likewise.

This ChangeLog entry is missing trunctfhf2.c.

Your patch description refers to conversions to and from DImode, but they 
aren't in the patch.  One might also wonder whether a direct truncation 
from DFmode is relevant to avoid double rounding (and for that matter a 
conversion from SImode, to avoid going via DFmode; going via SFmode would 
involve double rounding).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]