fix another occurence of movaps which might not be aligned
authorRoland Scheidegger <sroland@tungstengraphics.com>
Thu, 30 Aug 2007 16:04:49 +0000 (18:04 +0200)
committerRoland Scheidegger <sroland@tungstengraphics.com>
Thu, 30 Aug 2007 16:04:49 +0000 (18:04 +0200)
src/mesa/x86-64/xform4.S

index 4f7f914eeaf460ac822f51dca2f04c46c1ca5774..3f9c9d56ab7dcfdeae89aaa074b15fbd6be3246c 100644 (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 */