On 3/12/20 7:58 AM, LIU Zhiwei wrote: > +static uint32_t vfncvtffv32(uint64_t a, float_status *s) > +{ > + return float64_to_float32(a, s); > +} > +RVVCALL(OPFVV1, vfncvt_f_f_v_h, NOP_UU_H, H2, H4, vfncvtffv16) > +RVVCALL(OPFVV1, vfncvt_f_f_v_w, NOP_UU_W, H4, H8, vfncvtffv32) > +GEN_VEXT_V_ENV(vfncvt_f_f_v_h, 2, 2, clearh) > +GEN_VEXT_V_ENV(vfncvt_f_f_v_w, 4, 4, clearl)
Same question as for float32_to_float64. Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~