public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/32049]  New: Support on x86_64 also kind=16
@ 2007-05-22 20:47 burnus at gcc dot gnu dot org
  2007-05-31 11:56 ` [Bug fortran/32049] " fxcoudert at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-05-22 20:47 UTC (permalink / raw)
  To: gcc-bugs

It would be great if kind=16 could also be supported on x86_64 besides the
kinds 4, 8 and 10. With this some legacy code could be run and we would catch
up with ifort, which support kind 4, 8 and 16. (16 with software emulation.)

Problems:
- software fp is still a bit incomplete
- Supporting kind = 10 and kind = 16 at the same time is not supported by
libgfortran.

For the current software floating point support, see:
http://gcc.gnu.org/ml/gcc-patches/2007-05/msg01490.html
http://gcc.gnu.org/ml/gcc-patches/2007-04/msg00728.html

Support for __float128 (TFmode) IEEE quad type is
available via soft-fp library on x86_64 targets.  The
support includes basic arithmetic operations (addition, subtraction,
negation, multiplication and division of __float128</code>
values), full set of IEEE comparisons between <code>__float128</code>
values, conversions to and from <code>float</code>, <code>double</code>
and <code>long double</code> floating point types, as well as
conversions to and from <code>signed</code> or
unsigned integer, signed or unsigned long integer and signed or
unsigned quad integer (TImode) types.  Additionally, all
operations generate full set of IEEE exceptions and support full set
of IEEE rounding modes.


-- 
           Summary: Support on x86_64 also kind=16
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32049


^ permalink raw reply	[flat|nested] 14+ messages in thread
[parent not found: <bug-32049-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2010-11-16 21:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-22 20:47 [Bug fortran/32049] New: Support on x86_64 also kind=16 burnus at gcc dot gnu dot org
2007-05-31 11:56 ` [Bug fortran/32049] " fxcoudert at gcc dot gnu dot org
2007-05-31 21:45 ` ubizjak at gmail dot com
2007-06-01  0:53 ` jvdelisle at gcc dot gnu dot org
2007-06-01  2:52 ` kargl at gcc dot gnu dot org
2007-06-01  4:07 ` jvdelisle at gcc dot gnu dot org
2007-06-02  7:37 ` fxcoudert at gcc dot gnu dot org
2008-08-26  6:13 ` burnus at gcc dot gnu dot org
2010-06-08 20:42 ` fxcoudert at gcc dot gnu dot org
2010-08-27 21:24 ` fxcoudert at gcc dot gnu dot org
     [not found] <bug-32049-4@http.gcc.gnu.org/bugzilla/>
2010-10-27 21:53 ` burnus at gcc dot gnu.org
2010-11-15  9:18 ` burnus at gcc dot gnu.org
2010-11-16 21:29 ` burnus at gcc dot gnu.org
2010-11-16 21:38 ` burnus at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).