Replace M_SUF (fabs) with M_FABS
commit06135c33b710c64334ff10d2fcc4780154b65776
authorTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Fri, 27 Apr 2018 12:56:35 +0000 (27 09:56 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Fri, 27 Apr 2018 20:11:29 +0000 (27 17:11 -0300)
tree341d5296956fc67fcc4605c7c76724a2e25c03c1
parent3a33b0696937d3c8324e517512f8dc952166a7ab
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 <tuliom@linux.ibm.com>
ChangeLog
math/w_acos_template.c
math/w_asin_template.c
math/w_atanh_template.c