This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Replace M_SUF (fabs) with M_FABS
Joseph Myers <joseph@codesourcery.com> writes:
> On Fri, 27 Apr 2018, Tulio Magno Quites Machado Filho wrote:
>
>> 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.
>
> OK.
Pushed as 06135c33b710.
Thanks!
--
Tulio Magno