[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: #215067 mozilla FTBFS



On Thu, Oct 23, 2003 at 08:40:57AM -0400, Adam C Powell IV wrote:
 
> Does ARM store doubles in a non-IEEE way?  Is it secretly big-endian for
> its float/double emulation, and little-endian for ints?  What else could
> be wrong with mozilla's assumptions about double format?

If you're manipulating bits in the float/double you will run into
problems.  Most ARM systems have no hardware floating point, but there
exist several different softare emulations.  They are not quite IEEE,
if memory serves, the mantissa is little-endian while the exponent part
is big, or something like that.  You can't be sure since the FPE is a
pluggable module in the kernel - each one can use its own
representation.

-- 
Ralph Siemsen
www.netwinder.org



Reply to: