This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

need help with 128-bit reals


Hi, all.

I'm working with a program I need to get compiled on
a x86_64 processor running CentOS.  The problem is,
this program needs 128-bit math and gfortran does not
support it on Linux.  (Or does it?)  This program compiles
and runs fine on a 64-bit Windows machine.  Why is Linux
different?

I'd love to get gfortran going, but I'll take anything I can
get (that's either free or cheap - ifort is not cheap).  g95
supports real*16 but will not do real*16 trig/math intrinsics.
(Why not??)

Can someone help me?

Thanks.

Walter


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