This is the mail archive of the glibc-bugs@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]

[Bug soft-fp/9760] Problem in FP_UNION_D and FP_UNION_S when unsigned type is 16-bits


http://sourceware.org/bugzilla/show_bug.cgi?id=9760

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|rth at redhat dot com       |unassigned at sourceware
                   |                            |dot org

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-03-06 21:42:22 UTC ---
Confirmed with current sources.  Really I'd have thought that for such a target
you'd want to add support for 16-bit systems to soft-fp (i.e. use a 16-bit type
internally rather than a 32-bit type).  But I think it does make sense to use
_FP_W_TYPE consistently in all these structures for the fractional bits.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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