This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 13/14] [x86_64] Vector math functions (sincos and tests)
- From: Andrew Senkevich <andrew dot n dot senkevich at gmail dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: libc-alpha <libc-alpha at sourceware dot org>
- Date: Thu, 18 Jun 2015 16:51:23 +0300
- Subject: Re: [PATCH 13/14] [x86_64] Vector math functions (sincos and tests)
- Authentication-results: sourceware.org; auth=none
- References: <CAMXFM3t4CRSW2pRELmJMU5bE0eoYfUx7pO2-iLqLiGvgE79d_A at mail dot gmail dot com> <CAMXFM3vR1sw8zAW99T4q0LXXgs+v7fPjVf2tVJkwaz3asGX3Zg at mail dot gmail dot com> <alpine dot DEB dot 2 dot 10 dot 1506172246430 dot 24249 at digraph dot polyomino dot org dot uk>
2015-06-18 1:47 GMT+03:00 Joseph Myers <joseph@codesourcery.com>:
> On Wed, 17 Jun 2015, Andrew Senkevich wrote:
>
>> A little bit fixed patch.
>
> OK, though I'm not clear on whether there is a good reason for having
> separate data tables for sin, cos and sincos, apparently sharing many of
> the same values, or whether a followup patch could sensibly unify those
> into a single table to reduce duplication.
I can add such refactoring (also for float versions) after commit of
all 14 patches (and it may include some other cosmetic fixes).
--
WBR,
Andrew