Any compatibility issues between Pyramid systems?

Wendy Thrash wendyt at cs.washington.edu
Sat Mar 17 08:56:40 AEST 1990


In article <105575 at pyramid.pyramid.com> csg at pyramid.pyramid.com (Carl S. Gutekunst) writes:
>There are no *problems* that I've ever heard of, but there are a few consider-
>ations.

More considerations: 1) The floating-pont format changed slightly from
the older machines to the newer ones.  This means that some numbers
(those with maximum exponent) that were perfectly ordinary numbers on
the oldest machines are now NaN or Inf on the newer ones.  If you do not
have mountains of floating-point data (with fairly wide range) this will
probably not be a problem, but it is a consideration.

2) The newer machines round to nearest by default, whereas the older ones
always truncated.  For details, do man math  (or was it man float . . .
well, something like that) on a reasonably  recent release of OSX.
This means that some programs will get slightly different results on
the newer hardware.



More information about the Comp.sys.pyramid mailing list