This is the mail archive of the gcc@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: 128-bit precision


----- Original Message -----
From: "Benjamin Herbert" <herbert@isis.visi.com>
To: <gcc@gcc.gnu.org>
Sent: Thursday, September 05, 2002 12:51 PM
Subject: 128-bit precision


>
> One of my researchers wants to test algorithms on a linux x86
> box that will eventually be run on a cray.  The cray supports 128-bit
> precision arithmetic operations.  He wants to use namely fortran, but
> also C and C++.  Will gcc on a linux x86 machine support 128-bit
> precision arithmetic operations?  If not does anybody know of a
> commercial product that can support what I am looking for.
>

gcc/g++ support the native x87 80-bit long double; g77 does not.
Several excellent commercial Fortran compilers support the 128-bit quad
precision, including Intel and Lahey.  It will be quite slow. see
www.polyhedron.com


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