Gcc46 and 128 Bit Floating Point

Peter Wemm peter at wemm.org
Fri Feb 17 19:55:35 UTC 2012


On Fri, Feb 17, 2012 at 10:59 AM, Thomas D. Dean <tomdean at speakeasy.org> wrote:
[..]
> gcc46 is generating 80-bit floating point instructions.
>
> The gcc docs state gcc46 will generate 128-bit instructions.
>
> I can get gfortran46 to generate 128-bit instructions.
>
> How do I get gcc46 to generate 128-bit floating point instructions?

"As of gcc 4.3, a quadruple precision is also supported on x86, but as
the nonstandard type __float128 rather than long double."

-- 
Peter Wemm - peter at wemm.org; peter at FreeBSD.org; peter at yahoo-inc.com; KI6FJV
"All of this is for nothing if we don't go to the stars" - JMS/B5
"If Java had true garbage collection, most programs would delete
themselves upon execution." -- Robert Sewell


More information about the freebsd-amd64 mailing list