This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] gfortran -- Map REAL128 to REAL kind type with widest precision


Le 07/02/2017 à 19:46, Steve Kargl a écrit :
All,

The attach patch maps REAL128 from iso_fortran_env to
the REAL kind type with widest precision.  Prior to
this patch, REAL128 is mapped to the first REAL kind
type with a matching storage size of 128 bits.  On
x86_64-*-freebsd both REAL(10) and REAL(16) occupy
16 bytes, but REAL(10) is mapped to REAL128.  This
may surprise users that assume REAL128 is mapped to
an IEEE754-2008 128-bit floating point entity with
113 bits of precision.  OK to commit?

Yes, thanks.

Mikael


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