s
> 抄送:"kito.cheng" , palmer
> , "Li Xu" 主题:Re: [PATCH v6]
> RISC-V: Implement RESOLVE_OVERLOADED_BUILTIN for RVV intrinsic
>
> LGTM from my side.
>
> Give kito one more day to review it.
>
> Thanks for support this feature !
>
> juzh
quot;Li Xu" 主题:Re: [PATCH v6]
> RISC-V: Implement RESOLVE_OVERLOADED_BUILTIN for RVV intrinsic
>
> LGTM from my side.
>
> Give kito one more day to review it.
>
> Thanks for support this feature !
>
> juzhe.zh...@rivai.ai
>
> From: Li Xu
> Date: 2023-10-31 17:03
LGTM from my side.
Give kito one more day to review it.
Thanks for support this feature !
juzhe.zh...@rivai.ai
From: Li Xu
Date: 2023-10-31 17:03
To: gcc-patches
CC: kito.cheng; palmer; juzhe.zhong; xuli
Subject: [PATCH v6] RISC-V: Implement RESOLVE_OVERLOADED_BUILTIN for RVV
intrinsic
From
From: xuli
Update in v6:
* Rename maybe_require_frm_p to may_require_frm_p.
* Rename maybe_require_vxrm_p to may_require_vxrm_p.
* Move may_require_frm_p and may_require_vxrm_p to function_base.
Update in v5:
* Split has_vxrm_or_frm_p into maybe_require_frm_p and
maybe_require_vxrm_p.
* Adjust