Søren Sandmann <sandm...@cs.au.dk> writes:

> I can't think of a way to save the value of a 32 bit register that both
> works on x86-32 and doesn't lose the upper 32 bits on x86-64, so in the
> new version below, there are some #ifdefs to deal with this issue.

And that version didn't work on x86-32 with -O0 due to an insufficient
number of available registers. I have pushed a version that uses the
"a", "b", "c", "d" constraints instead.


Soren

_______________________________________________
Pixman mailing list
Pixman@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pixman

Reply via email to