[Pixman] [PATCH v13 09/14] pixman-filter: Nested polynomial for cubic

Bill Spitzak spitzak at gmail.com
Sat Mar 5 02:41:12 UTC 2016


On Fri, Mar 4, 2016 at 3:05 PM, Søren Sandmann <soren.sandmann at gmail.com>
wrote:

> On Wed, Feb 10, 2016 at 1:25 AM, <spitzak at gmail.com> wrote:
>
>> From: Bill Spitzak <spitzak at gmail.com>
>>
>> v11: Restored range checks
>>
>> Signed-off-by: Bill Spitzak <spitzak at gmail.com>
>> Reviewed-by: Oded Gabbay <oded.gabbay at gmail.com>
>>
>
> What's the point of this? All this does is putting ax^2 outside of the
> parenthesis?
>

Nested form reduces the number of multiplications (from 23 to 18 in this
case), without changing how many additions are done. And compilers can take
advantage of ax+b instructions with this (I did not check if that actually
happened, however).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pixman/attachments/20160304/611e371c/attachment.html>


More information about the Pixman mailing list