From: Roland Scheidegger Date: Thu, 30 Aug 2007 16:04:49 +0000 (+0200) Subject: fix another occurence of movaps which might not be aligned X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74e1d0996d109ce6426507f9ca64cf38d3b83acf;p=mesa.git fix another occurence of movaps which might not be aligned --- diff --git a/src/mesa/x86-64/xform4.S b/src/mesa/x86-64/xform4.S index 4f7f914eeaf..3f9c9d56ab7 100644 --- a/src/mesa/x86-64/xform4.S +++ b/src/mesa/x86-64/xform4.S @@ -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 */