qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-6.2 36/53] target/arm: Implement MVE VADD (floating-point


From: Richard Henderson
Subject: Re: [PATCH for-6.2 36/53] target/arm: Implement MVE VADD (floating-point)
Date: Fri, 30 Jul 2021 09:37:25 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 7/29/21 1:14 AM, Peter Maydell wrote:
+DO_2OP_FP(vfaddh, 2, uint16_t, float16_add)
+DO_2OP_FP(vfadds, 4, uint32_t, float32_add)

Use float16 and float32 types here?
It'll be more interesting with some of the other macros later...


r~



reply via email to

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