On Wed, Jan 07, 2015 at 06:39:13PM +0100, Paolo Bonzini wrote: > After the next patch, we will move the high parts of AVX and AVX512 registers > in the same array as the SSE registers. This will make it impossible to > memcpy an array of 128-bit values in and out of xmm_regs in one swoop. > Use a for loop instead. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> -- Eduardo