mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 17:40:39 +02:00
fix another occurence of movaps which might not be aligned
This commit is contained in:
parent
3b7df51eb5
commit
74e1d0996d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue