qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] softfloat: rename make_float[x80|128]_init to c


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] softfloat: rename make_float[x80|128]_init to const_float[x80|128]
Date: Tue, 19 Sep 2017 11:30:02 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

On 09/18/2017 05:46 AM, Laurent Vivier wrote:
> Redefine make_floatx80() and make_float128() as make_float16(),
> make_float32() and make_float64() using a variable and not only
> a cast.

I don't like this part -- (type){ init } is a standard C99 compound literal.
There's no point using a gcc extension instead.


r~



reply via email to

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