$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Råde (rade_at_[hidden])
Date: 2006-12-06 07:46:56
Markus,
Now all tests have passed, even without -ieee.
Your processor is a bit odd!
It does not have denorms, inifinity and NaN,
except that long double does have denorms.
(Look at min/2 and min/256 in the output from the inspect tool.)
std::numeric_limits incorrectly states
that long double does not have denorms.
Fortunately my library does not use std::numeric_limits.
I think now we are done.
The current version (v.20) may very well become the final version.
Thanks for the help.
--Johan