This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: TR1 Math tarball
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: Ed Smith-Rowland <3dw4rd at verizon dot net>, libstdc++ at gcc dot gnu dot org
- Date: Mon, 04 Dec 2006 14:20:55 +0100
- Subject: Re: TR1 Math tarball
- References: <45666DE0.10306@verizon.net> <20061204122309.73c31f7d.bkoz@redhat.com>
Benjamin Kosnik wrote:
Here is the latest tarball of the TR1 math patch.
It was merged and bootstrapped just earlier today so it should be OK to
play with.
Nice!
This should definitely go into mainline at your earliest convenience.
Wait a bit more, please, I'm still trying to find the time to review the
substance of it. Among other things, there is the pending issue with the
usage of std::tr1::cmath facilties not protected with
_GLIBCXX_USE_C99_MATH_TR1. Also, quickly, many hard wired constants
related to the precision of the float types which certainly cannot be ok
for machines with 128 bits long double, for example. But really, please
allow me a couple of days to comment, thanks.
Paolo.