Proper IEEE overflow semantics for VMS.
authorCraig A. Berry <craigberry@mac.com>
Sun, 23 Dec 2012 19:42:47 +0000 (13:42 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sun, 23 Dec 2012 19:42:47 +0000 (13:42 -0600)
commit85bba25fe3bc5148e16eda74c253ecbcfc871984
treefe3a7f704e8875d24cc3e53ac200cc4c80a25b15
parent7f5d1fb2f5a68c62ce067a88dba574b23dfebba4
Proper IEEE overflow semantics for VMS.

Way back in 67597c89125e7e14 we misspelled _IEEE_FP as __IEEE_FP,
with a spurious leading underscore.  Which I then copied and
pasted into pp_pack.c in baf3cf9c09c529.  This means that on
Alpha and Itanium systems with the default selection of IEEE
floating point, we've actually (for the last decade!) been
using a workaround intended for VAX or Alpha and Itanium builds
that have explicitly selected VAX-compatible floating point
formats.  Oh well.
numeric.c
pp_pack.c