diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-09 14:33:30 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-09 14:33:30 +0000 |
commit | 0d3e777af2f2818111e2699982f64af16ac032b5 (patch) | |
tree | 14a34363b054ae5895259684fb98c07fb53143ff /ChangeLog | |
parent | 66c13581afc5d348089bb9dcb68142ee3d26006e (diff) | |
download | glibc-0d3e777af2f2818111e2699982f64af16ac032b5.tar glibc-0d3e777af2f2818111e2699982f64af16ac032b5.tar.gz glibc-0d3e777af2f2818111e2699982f64af16ac032b5.tar.bz2 glibc-0d3e777af2f2818111e2699982f64af16ac032b5.zip |
Use M_SQRT1_2l instead of local M_SQRT_2_2 in libm-test.inc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2013-05-09 Joseph Myers <joseph@codesourcery.com> + * math/libm-test.inc (M_SQRT_2_2): Remove macro. + (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2. + * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 * M_PI_4l. |