Subject: Re: CVS commit: src/sys/arch/arm/include
To: Klaus Klein <kleink@NetBSD.org>
From: Richard Earnshaw <rearnsha@arm.com>
List: source-changes
Date: 10/26/2003 15:09:23
> Module Name:	src
> Committed By:	kleink
> Date:		Sat Oct 25 18:19:10 UTC 2003
> 
> Modified Files:
> 	src/sys/arch/arm/include: ieee.h
> 
> Log Message:
> G/c the 128-bit extended-precision format, which is not applicable to
> this platform.  Name the 80-bit version the extended format, which it
> is for the FPA case according to the ARM7500FE manual.
> 

I think this is wrong.  Even on the FPA, a long double is just a double 
(extended precision is *never* used by the compiler.

R.