mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 02:00:21 +01:00
use movdqu instead of movdqa for unaligned load avoiding a segfault (bug 10265)
This commit is contained in:
parent
eb4db4c4ec
commit
14f0b7ea98
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ _generic_read_RGBA_span_BGRA8888_REV_SSE2:
|
|||
movdqa mask, %xmm1
|
||||
movdqa mask+16, %xmm2
|
||||
*/
|
||||
LOAD_MASK(movdqa,%xmm1,%xmm2)
|
||||
LOAD_MASK(movdqu,%xmm1,%xmm2)
|
||||
|
||||
movl 12(%esp), %ebx /* source pointer */
|
||||
movl 20(%esp), %edx /* number of pixels to copy */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue