Re: "Double Precison" Keywords?
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: Mon, 24 Jan 2011 22:20:44 +0000 (UTC)
Tobias Burnus <burnus@xxxxxxxx> wrote:
On 01/24/2011 03:16 PM, Daniel Carrera wrote:
Now that you bring it up, what would be the portable way to write
"real(16)"? I'm trying to make the code compile with gfortran, and
gfortran doesn't like "real(16)". At least not on my computer.
gfortran supports since a long time kind=16 when running on hardware
where a 128bit floating-point number is available.
IBM S/370 and successors support 128 bit (extended precision)
in hardware. The VAX architecture includes it, but allows for
software emulation by the OS to support it. VAX compilers, then,
assume that the hardware supports it, whether or not it does.
Other than IBM, is there other hardware currently, or recently,
in production with REAL*16 support?
-- glen
.
- Follow-Ups:
- Re: "Double Precison" Keywords?
- From: robin
- Re: "Double Precison" Keywords?
- References:
- "Double Precison" Keywords?
- From: Daniel Carrera
- Re: "Double Precison" Keywords?
- From: Daniel Carrera
- Re: "Double Precison" Keywords?
- From: Tobias Burnus
- Re: "Double Precison" Keywords?
- From: Daniel Carrera
- Re: "Double Precison" Keywords?
- From: Tobias Burnus
- "Double Precison" Keywords?
- Prev by Date: Re: Locate function for logical array
- Next by Date: Re: "Double Precison" Keywords?
- Previous by thread: Re: "Double Precison" Keywords?
- Next by thread: Re: "Double Precison" Keywords?
- Index(es):
Relevant Pages
|