Skip to content
Commit 89a87c67 authored by Mathias Krause's avatar Mathias Krause Committed by Avi Kivity
Browse files

KVM: x86 emulator: use aligned variants of SSE register ops



As the the compiler ensures that the memory operand is always aligned
to a 16 byte memory location, use the aligned variant of MOVDQ for
read_sse_reg() and write_sse_reg().

Signed-off-by: default avatarMathias Krause <minipli@googlemail.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 326d07cb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment