mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
fix another occurence of movaps which might not be aligned
This commit is contained in:
parent
57b0f66c6d
commit
0adca14536
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