diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> | 2018-04-27 09:56:48 -0300 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> | 2018-04-27 17:13:10 -0300 |
commit | 33927914420ad1aec86551c8e5cf085d8ee80ebb (patch) | |
tree | dd3d94da8274a300f7dd618dd81827accc6684b3 /ChangeLog | |
parent | 06135c33b710c64334ff10d2fcc4780154b65776 (diff) | |
download | glibc-33927914420ad1aec86551c8e5cf085d8ee80ebb.tar glibc-33927914420ad1aec86551c8e5cf085d8ee80ebb.tar.gz glibc-33927914420ad1aec86551c8e5cf085d8ee80ebb.tar.bz2 glibc-33927914420ad1aec86551c8e5cf085d8ee80ebb.zip |
Replace M_SUF (M_LN2) with M_MLIT (M_LN2)
According to math-type-macros.h, M_SUF should be used to paste the
suffix used by functions, while M_MLIT is used with macro constants.
* math/e_exp2_template.c: Replace M_SUF (M_LN2) with M_MLIT (M_LN2).
Signed-off-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2018-04-27 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> + * math/e_exp2_template.c: Replace M_SUF (M_LN2) with M_MLIT (M_LN2). + * math/w_acos_template.c: Replace M_SUF (fabs) with M_FABS. * math/w_asin_template.c: Likewise. * math/w_atanh_template.c: Likewise. |