This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
gcc/libstdc++-v3 ChangeLog include/bits/c++con ...
- From: jlquinn at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at gcc dot gnu dot org
- Date: 22 Mar 2003 04:57:46 -0000
- Subject: gcc/libstdc++-v3 ChangeLog include/bits/c++con ...
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: jlquinn at gcc dot gnu dot org 2003-03-22 04:57:46
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/include/bits: c++config
libstdc++-v3/include/std: std_complex.h
Log message:
2003-03-21 Jerry Quinn <jlquinn at optonline dot net>
PR libstdc++/5730
* include/bits/c++config (_GLIBCPP_FAST_MATH): Define.
* include/std/std_complex.h (norm): Use faster,
less accurate computation for builtin float types under --fast-math.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1608&r2=1.1609
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/c++config.diff?cvsroot=gcc&r1=1.673&r2=1.674
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_complex.h.diff?cvsroot=gcc&r1=1.4&r2=1.5