RISC-V: Remove duplicated extern function_base decl
Signed-off-by: Pan Li <pan2.li@intel.com> gcc/ChangeLog: * config/riscv/riscv-vector-builtins-bases.h: Remove duplicated decl.
This commit is contained in:
parent
c7b0707ceb
commit
a024176a97
1 changed files with 0 additions and 5 deletions
|
@ -121,8 +121,6 @@ extern const function_base *const vsmul;
|
|||
extern const function_base *const vssra;
|
||||
extern const function_base *const vssrl;
|
||||
extern const function_base *const vnclip;
|
||||
extern const function_base *const vnclip;
|
||||
extern const function_base *const vnclipu;
|
||||
extern const function_base *const vnclipu;
|
||||
extern const function_base *const vmand;
|
||||
extern const function_base *const vmnand;
|
||||
|
@ -144,8 +142,6 @@ extern const function_base *const vmsof;
|
|||
extern const function_base *const viota;
|
||||
extern const function_base *const vid;
|
||||
extern const function_base *const vfadd;
|
||||
extern const function_base *const vfadd;
|
||||
extern const function_base *const vfsub;
|
||||
extern const function_base *const vfsub;
|
||||
extern const function_base *const vfrsub;
|
||||
extern const function_base *const vfwadd;
|
||||
|
@ -153,7 +149,6 @@ extern const function_base *const vfwsub;
|
|||
extern const function_base *const vfmul;
|
||||
extern const function_base *const vfmul;
|
||||
extern const function_base *const vfdiv;
|
||||
extern const function_base *const vfdiv;
|
||||
extern const function_base *const vfrdiv;
|
||||
extern const function_base *const vfwmul;
|
||||
extern const function_base *const vfmacc;
|
||||
|
|
Loading…
Add table
Reference in a new issue