fix another occurence of movaps which might not be aligned

This commit is contained in:
Roland Scheidegger
2007-08-30 18:04:49 +02:00
parent 3b7df51eb5
commit 74e1d0996d

View File

@@ -147,7 +147,7 @@ _mesa_x86_64_transform_points4_3d:
p4_3d_loop:
movaps (%rdx), %xmm8 /* ox | oy | oz | ow */
movups (%rdx), %xmm8 /* ox | oy | oz | ow */
prefetchw 16(%rdi)
pshufd $0x00, %xmm8, %xmm0 /* ox | ox | ox | ox */