Re: [PATCH] riscv: Avoid narrowing warning

2024-12-02 Thread Kito Cheng
LGTM, thanks :) On Mon, Dec 2, 2024 at 6:00 PM Andreas Schwab wrote: > > * config/riscv/riscv.cc (fli_value_hf, fli_value_sf) > (fli_value_df): Use integer constants. Constify. > (riscv_float_const_rtx_index_for_fli): Add const. > --- > gcc/config/riscv/riscv.cc | 64 +++

[PATCH] riscv: Avoid narrowing warning

2024-12-02 Thread Andreas Schwab
* config/riscv/riscv.cc (fli_value_hf, fli_value_sf) (fli_value_df): Use integer constants. Constify. (riscv_float_const_rtx_index_for_fli): Add const. --- gcc/config/riscv/riscv.cc | 64 --- 1 file changed, 39 insertions(+), 25 deletion