From 06135c33b710c64334ff10d2fcc4780154b65776 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Fri, 27 Apr 2018 09:56:35 -0300 Subject: Replace M_SUF (fabs) with M_FABS math-type-macros.h provides the macro M_FABS in order to reference the correct fabs function for a specific type. In most of the cases, M_FABS is identical to M_SUF (fabs), but that may change in the future. * math/w_acos_template.c: Replace M_SUF (fabs) with M_FABS. * math/w_asin_template.c: Likewise. * math/w_atanh_template.c: Likewise. Signed-off-by: Tulio Magno Quites Machado Filho --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5f2c1d1..9a61418 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-04-27 Tulio Magno Quites Machado Filho + + * math/w_acos_template.c: Replace M_SUF (fabs) with M_FABS. + * math/w_asin_template.c: Likewise. + * math/w_atanh_template.c: Likewise. + 2018-04-27 Gabriel F. T. Gomes * sysdeps/powerpc/preconfigure [machine == powerpc64] (machine): Define -- cgit v1.1