[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] ppc/translate: Rewrite gen_lxvdsx to use gvec primitives
From: |
Richard Henderson |
Subject: |
Re: [PATCH 2/2] ppc/translate: Rewrite gen_lxvdsx to use gvec primitives |
Date: |
Mon, 9 Nov 2020 09:40:36 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 11/9/20 1:17 AM, LemonBoy wrote:
> Make the implementation match the lxvwsx one.
> The code is now shorter smaller and potentially faster as the
> translation will use the host SIMD capabilities if available.
>
> No functional change.
>
> Signed-off-by: Giuseppe Musacchio <thatlemon@gmail.com>
> ---
> target/ppc/translate/vsx-impl.c.inc | 46 ++++++++++++++---------------
> 1 file changed, 23 insertions(+), 23 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~