$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Boris Gubenko (Boris.Gubenko_at_[hidden])
Date: 2005-12-01 12:14:50
John Maddock wrote:
> Tru64:
> cxx : OK (but can't test infinities/NaN's as they're not supported?
>
Did you specify the -ieee option? From cxx manpage:
-ieee
Support all portable features of the IEEE Standard for Binary
Floating-Point Arithmetic (ANSI/IEEE Standard 754-1985), including
the treatment of denormalized numbers, NaNs, infinities, and the
handling of error cases. This flag also sets the _IEEE_FP macro.
To flush floating point underflows to zero, add the
-underflow_to_zero option.
Boris