From: Pan Li Date: Thu, 3 Aug 2023 14:27:56 +0000 (+0800) Subject: RISC-V: Fix one comment for binop_frm insn X-Git-Tag: basepoints/gcc-15~7183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93fd44fde638a4d5fc34547c25aa02f346170430;p=thirdparty%2Fgcc.git RISC-V: Fix one comment for binop_frm insn The previous patch missed the vfsub comment for binop_frm, this patch would like to fix this. Signed-off-by: Pan Li gcc/ChangeLog: * config/riscv/riscv-vector-builtins-bases.cc: Add vfsub. --- diff --git a/gcc/config/riscv/riscv-vector-builtins-bases.cc b/gcc/config/riscv/riscv-vector-builtins-bases.cc index 3adc11138a33..36c9aadd19c4 100644 --- a/gcc/config/riscv/riscv-vector-builtins-bases.cc +++ b/gcc/config/riscv/riscv-vector-builtins-bases.cc @@ -277,6 +277,7 @@ public: /* Implements below instructions for now. - vfadd + - vfsub - vfmul */ template