On 3/12/20 7:58 AM, LIU Zhiwei wrote: > +RVVCALL(OPFVV2, vfmax_vv_h, OP_UUU_H, H2, H2, H2, float16_max) > +RVVCALL(OPFVV2, vfmax_vv_w, OP_UUU_W, H4, H4, H4, float32_max) > +RVVCALL(OPFVV2, vfmax_vv_d, OP_UUU_D, H8, H8, H8, float64_max) > +GEN_VEXT_VV_ENV(vfmax_vv_h, 2, 2, clearh) > +GEN_VEXT_VV_ENV(vfmax_vv_w, 4, 4, clearl) > +GEN_VEXT_VV_ENV(vfmax_vv_d, 8, 8, clearq) > +RVVCALL(OPFVF2, vfmax_vf_h, OP_UUU_H, H2, H2, float16_max) > +RVVCALL(OPFVF2, vfmax_vf_w, OP_UUU_W, H4, H4, float32_max) > +RVVCALL(OPFVF2, vfmax_vf_d, OP_UUU_D, H8, H8, float64_max)
maxnum. Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~