mmx: make load8888 take a pointer to data instead of the data itself
authorMatt Turner <mattst88@gmail.com>
Wed, 22 Feb 2012 04:33:02 +0000 (23:33 -0500)
committerMatt Turner <mattst88@gmail.com>
Fri, 24 Feb 2012 13:46:48 +0000 (08:46 -0500)
commit350e231b3f01d6f82a2fdc7d9a9945234c404d0a
treea58498318b78321315798138950bb7dc2bedf417
parentab68316eda91bbf6bb41158c622347723e1fa8c4
mmx: make load8888 take a pointer to data instead of the data itself

Allows us to tune how we load data into the vector registers.

Signed-off-by: Matt Turner <mattst88@gmail.com>
And squashed in:

mmx: define and use load8888u function

For unaligned loads.

Signed-off-by: Matt Turner <mattst88@gmail.com>
pixman/pixman-mmx.c