On 14 October 2014 18:46, Armin Rigo <ar...@tunes.org> wrote:
> The alternative would be to have a "vector_3f_add()" that takes 4 xmm
> registers, combine them into two, add them, and re-split the result.

...or, as Maciej says, have only the ability to operate on memory
data.  But even ignoring the alignment mess, that's even worse in this
case, because what you have here is vectors of 3 numbers, not big
arrays of numbers.


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to