Gcc46 and 128 Bit Floating Point

Andrew Reilly areilly at bigpond.net.au
Thu Mar 15 11:37:40 UTC 2012


On Wed, Feb 29, 2012 at 11:10:12PM -0800, Peter Wemm wrote:
> This is what he's getting at.  If he could get access to 128 bit fp,
> he could move between 1/2 and 2/3 of the work into hardware operations
> and bypass a large chunk of GMP work which would be many many times
> slower than 128 bit hardware FP.

You make it sound as though "128 bit hardware FP" exists.
Bruce's point (I'm fairly certain) is that there's no such thing
(at least in the x86 world: could be different in IBM Power
series, not sure.)  Have I missed a press release or tech doc?
AVX, just like SSE{2,3,4} only does 64-bit double: everything
else is software.

Cheers,

-- 
Andrew



More information about the freebsd-amd64 mailing list