qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH v2 09/44] target/loongarch: Implement vhaddw/vhsubw


From: Richard Henderson
Subject: Re: [RFC PATCH v2 09/44] target/loongarch: Implement vhaddw/vhsubw
Date: Wed, 29 Mar 2023 08:25:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 3/28/23 20:24, gaosong wrote:
I also think we could make use of (__typeof(Vd->E1(0))) instead of separately passing the output type?  It would appear to be less error-prone.

I will try this on v3.

Consider using local typedefs, e.g.

    typedef __typeof(Vd->E1(0)) TD;


r~




reply via email to

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