]> gcc.gnu.org Git - gcc.git/commitdiff
RISC-V: Fix one typo in autovec.md pattern comment
authorPan Li <pan2.li@intel.com>
Thu, 24 Aug 2023 08:05:55 +0000 (16:05 +0800)
committerPan Li <pan2.li@intel.com>
Thu, 24 Aug 2023 08:39:36 +0000 (16:39 +0800)
vfmsac => vfnmacc
vfmsub => vfnmadd

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/ChangeLog:

* config/riscv/autovec.md: Fix typo.

gcc/config/riscv/autovec.md

index e1addc07036e6b366aa73889ae6a4e3de54aa708..e9659b2b157b29131dc52b561bbe0fef1a735660 100644 (file)
    (set_attr "mode" "<VF:MODE>")])
 
 ;; -------------------------------------------------------------------------
-;; ---- [FP] VFMSAC and VFMSUB
+;; ---- [FP] VFNMACC and VFNMADD
 ;; -------------------------------------------------------------------------
 ;; Includes:
-;; - vfmsac
-;; - vfmsub
+;; - vfnmacc
+;; - vfnmadd
 ;; -------------------------------------------------------------------------
 
 (define_expand "fnms<mode>4"
This page took 0.060653 seconds and 5 git commands to generate.