This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 04/12] Add a generic significand implementation
Joseph Myers <joseph@codesourcery.com> writes:
> On Tue, 19 Jun 2018, Tulio Magno Quites Machado Filho wrote:
>
>> Create a template for significand.
>>
>> 2018-06-19 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
>>
>> * math/Makefile (libm-calls): Move s_significandF to...
>> (gen-libm-calls): ... here.
>> * math/s_significand_template.c: New file.
>> * math/s_significand.c: Removed.
>> * math/s_significandf.c: Removed.
>> * math/s_significandl.c: Removed.
>> * sysdeps/ieee754/ldbl-opt/s_significand.c: Removed.
>> * sysdeps/ieee754/ldbl-opt/s_significandl.c: Removed.
>
> OK.
Pushed as 5e79e0292b.
Thanks!
--
Tulio Magno