Change MMX ldq_u to return _m64 instead of forcing all callers to cast
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sun, 30 Oct 2011 16:12:06 +0000 (09:12 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Fri, 4 Nov 2011 20:41:30 +0000 (13:41 -0700)
commit6bf590f38577b4c3c6f4876291360ef95086fb37
tree43b3575ba48513971eb1a64bcfaf2e138d07e048
parent5d7f5bc8ee178588194cb6acc2e0ceb6ff926d72
Change MMX ldq_u to return _m64 instead of forcing all callers to cast

Sun/Oracle Studio compilers allow the pointers to be cast, but not the
non-pointer forms, causing pixman compiles to fail with many errors of:
"pixman-mmx.c", line 1411: invalid cast expression

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
pixman/pixman-mmx.c