On 8/25/22 15:14, Paolo Bonzini wrote:
From: Paul Brook<p...@nowt.org>

Perpare the horizontal atithmetic vector helpers for AVX
These currently use a dummy Reg typed variable to store the result then
assign the whole register.  This will cause 128 bit operations to corrupt
the upper half of the register, so replace it with explicit temporaries
and element assignments.

Signed-off-by: Paul Brook<p...@nowt.org>
Message-Id:<20220424220204.2493824-18-p...@nowt.org>
Signed-off-by: Paolo Bonzini<pbonz...@redhat.com>
---
  target/i386/ops_sse.h | 68 +++++++++++++++++++++----------------------
  1 file changed, 34 insertions(+), 34 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to