[cairo] [PATCH] Rely less on FPU for common matrix funcs.

Behdad Esfahbod behdad at behdad.org
Wed Jun 2 11:54:05 PDT 2010


On 06/02/2010 07:04 AM, Jonathan Morton wrote:
> It also replaces cairo_matrix_init_identity() with a straight copy from
> a global constant reference

I'd simply go with a local constant.  That gives the compiler more choice.  It
probably includes the constants in .text instead of .rodata, but that's
probably even better.

behdad


More information about the cairo mailing list