diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-27 12:03:33 -0500 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-27 12:03:33 -0500 |
commit | 84ba459dcf558362ee7b81f7c752f984b1c80fc3 (patch) | |
tree | 6ed0c769632de735ab8d97d81e3726a87b8dbf34 /ChangeLog | |
parent | 135d1c7f6a6069a30be3b75461ec97285106a742 (diff) | |
download | glibc-84ba459dcf558362ee7b81f7c752f984b1c80fc3.tar.gz glibc-84ba459dcf558362ee7b81f7c752f984b1c80fc3.tar.xz glibc-84ba459dcf558362ee7b81f7c752f984b1c80fc3.zip |
Replace M_PI2l with lit_pi_2_d in libm-test.inc
This is useful in situations where the long double type is less precise than the type under test. This adds a new wrapper macro LITM(x) to each type to append the proper suffix onto macro constants found in math.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1438bd22a9..ecc55c4de1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2016-05-27 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + * libm-test.inc: Replace usage of M_PI2l with + (lit_pi_2_d): New macro. + + * math/test-double.h (LITM): New macro. + * math/test-float.h (LITM): Likewise. + * math/test-ldouble.h (LITM): Likewise. + +2016-05-27 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + * libm-test.inc (M_PI_34l): Rename to (lit_pi_3_m_4_d): New Macro. (M_PI_34_LOG10El): Rename to |