Sure thing, will prepare it on the double.
Pan
From: juzhe.zh...@rivai.ai
Sent: Thursday, August 3, 2023 10:02 AM
To: Li, Pan2 ; gcc-patches
Cc: Wang, Yanzhang ; kito.cheng
Subject: Re: RE: [PATCH v1] RISC-V: Support RVV VFMUL rounding mode intrinsic
API
Could you split it into 2 patches
;
kito.cheng
Subject: Re: [PATCH v1] RISC-V: Support RVV VFMUL rounding mode intrinsic API
extern const function_base *const vfmul;
-extern const function_base *const vfmul;
+extern const function_base *const vfmul_frm;
It seems that there is a redundant declaration in the original code?
extern
: Support RVV VFMUL rounding mode intrinsic API
extern const function_base *const vfmul;
-extern const function_base *const vfmul;
+extern const function_base *const vfmul_frm;
It seems that there is a redundant declaration in the original code?
extern const function_base *const vfmul;
-extern const
extern const function_base *const vfmul;
-extern const function_base *const vfmul;
+extern const function_base *const vfmul_frm;
It seems that there is a redundant declaration in the original code?
extern const function_base *const vfmul;
-extern const function_base *const vfmul;
juzhe.zh...@r