qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 10/18] i386: Add size suffix to vector FP helpers


From: Richard Henderson
Subject: Re: [PATCH 10/18] i386: Add size suffix to vector FP helpers
Date: Thu, 25 Aug 2022 17:42:20 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

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

For AVX we're going to need both 128 bit (xmm) and 256 bit (ymm) variants of
floating point helpers. Add the register type suffix to the existing
*PS and *PD helpers (SS and SD variants are only valid on 128 bit vectors)

No functional changes.

Signed-off-by: Paul Brook<paul@nowt.org>
Message-Id:<20220424220204.2493824-15-paul@nowt.org>
Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
---
  target/i386/ops_sse.h        | 48 ++++++++++++++++++------------------
  target/i386/ops_sse_header.h | 48 ++++++++++++++++++------------------
  target/i386/tcg/translate.c  | 37 +++++++++++++--------------
  3 files changed, 67 insertions(+), 66 deletions(-)

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


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]