In message <[EMAIL PROTECTED]>
          Dirk Eddelbuettel <[EMAIL PROTECTED]> wrote:

> 
> Folks,
> 
> My r-base package fails during 'make check' on Arm. One of the upstream
> authors kindly helped in debugging this (and thanks to Phil for creating an
> account for him).
> 
> As shown below, the issues seems to be the non-standard treatment of NaN
> values.  Has think come up from other packages?  Does anybody here see a
> workaround, or have other suggestions?
> 
> Thanks,  Dirk

The only thing unusual about IEEE values on ARM is that the word
ordering of doubles is opposite to that on x86.  I suspect that it's
this you're running into.   Many compilers have special cases for this.

Otherwise, to the best of my experience (apart from some minor quirks of
which x86 also has its fair share) ARM behaves totally as expected for
IEEE operations.

Peter


-- 
------------------------------------------------------------------------
 Peter Naulls - [EMAIL PROTECTED]
 RISC OS Projects Initiative  -  http://www.chocky.org/initiative/
 Java for RISC OS and ARM     -  http://www.chocky.org/java/
 Debian Linux on RiscPCs      -  http://www.chocky.org/debian/
------------------------------------------------------------------------


Reply via email to