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