[PATCH 1/3] New generic sincosf
H.J. Lu
hjl.tools@gmail.com
Fri Dec 15 02:19:00 GMT 2017
On Thu, Dec 14, 2017 at 4:29 PM, Joseph Myers <joseph@codesourcery.com> wrote:
> On Wed, 13 Dec 2017, Rajalakshmi Srinivasaraghavan wrote:
>
>> This implementation is based on generic s_sinf.c and s_cosf.c.
>> Tested on s390x, powerpc64le and powerpc32.
>>
>> 2017-12-12 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
>>
>> * sysdeps/ieee754/flt-32/s_cosf.c: Move reduced() and
>> constants to s_sincos.h file.
>> * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
>> * sysdeps/ieee754/flt-32/s_sincosf.c: New implementation.
>> * sysdeps/ieee754/flt-32/s_sincos.h: New file.
>
> OK.
>
Please put those static constants into a different file and mark them
hidden so that they can be shared when they are compiled twice
for FMA.
Thanks.
--
H.J.
More information about the Libc-alpha
mailing list