Re: [PATCH] RISC-V: Support -fexcess-precision=16

2022-09-30 Thread Palmer Dabbelt
cc-patches@gcc.gnu.org Subject: Re: [PATCH] RISC-V: Support -fexcess-precision=16 In-Reply-To: On Fri, 09 Sep 2022 02:56:26 PDT (-0700), gcc-patches@gcc.gnu.org wrote: LGTM, seems like you have landed now, see you soon :) On Fri, Sep 9, 2022 at 5:44 PM Palmer Dabbelt wrote: This fixes f

Re: [PATCH] RISC-V: Support -fexcess-precision=16

2022-09-09 Thread Kito Cheng via Gcc-patches
LGTM, seems like you have landed now, see you soon :) On Fri, Sep 9, 2022 at 5:44 PM Palmer Dabbelt wrote: > > This fixes f19a327077e ("Support -fexcess-precision=16 which will enable > FLT_EVAL_METHOD_PROMOTE_TO_FLOAT16 when backend supports _Float16.") on > RISC-V targets. > > gcc/ChangeLog > >

[PATCH] RISC-V: Support -fexcess-precision=16

2022-09-09 Thread Palmer Dabbelt
This fixes f19a327077e ("Support -fexcess-precision=16 which will enable FLT_EVAL_METHOD_PROMOTE_TO_FLOAT16 when backend supports _Float16.") on RISC-V targets. gcc/ChangeLog PR target/106815 * config/riscv/riscv.cc (riscv_excess_precision): Add support for EXCESS_PRECISIO