qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [RFC PATCH 07/30] fpu/softfloat: implement float16_abs he


From: Richard Henderson
Subject: Re: [Qemu-arm] [RFC PATCH 07/30] fpu/softfloat: implement float16_abs helper
Date: Fri, 13 Oct 2017 13:51:50 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

On 10/13/2017 09:24 AM, Alex Bennée wrote:
> This will be required when expanding the MINMAX() macro for 16
> bit/half-precision operations.
> 
> Signed-off-by: Alex Bennée <address@hidden>
> ---
>  include/fpu/softfloat.h | 7 +++++++
>  1 file changed, 7 insertions(+)

Reviewed-by: Richard Henderson <address@hidden>

> +    return make_float16(float16_val(a) & 0x7fff);
> +}
>  
> /*----------------------------------------------------------------------------

Watch the spacing.


r~



reply via email to

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