diff options
author | Pan Li <pan2.li@intel.com> | 2023-08-24 16:05:55 +0800 |
---|---|---|
committer | Pan Li <pan2.li@intel.com> | 2023-08-24 16:39:36 +0800 |
commit | 1c51805e2468bc10057bc0f2fc12fab909d21d04 (patch) | |
tree | 65a558df1c4abb595ba4adf00a749f14046c76dc /gcc | |
parent | 0345152f922c3a58ae0a8ee014e37dcfab35592c (diff) | |
download | gcc-1c51805e2468bc10057bc0f2fc12fab909d21d04.zip gcc-1c51805e2468bc10057bc0f2fc12fab909d21d04.tar.gz gcc-1c51805e2468bc10057bc0f2fc12fab909d21d04.tar.bz2 |
RISC-V: Fix one typo in autovec.md pattern comment
vfmsac => vfnmacc
vfmsub => vfnmadd
Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/ChangeLog:
* config/riscv/autovec.md: Fix typo.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/riscv/autovec.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/riscv/autovec.md b/gcc/config/riscv/autovec.md index e1addc0..e9659b2 100644 --- a/gcc/config/riscv/autovec.md +++ b/gcc/config/riscv/autovec.md @@ -1253,11 +1253,11 @@ (set_attr "mode" "<VF:MODE>")]) ;; ------------------------------------------------------------------------- -;; ---- [FP] VFMSAC and VFMSUB +;; ---- [FP] VFNMACC and VFNMADD ;; ------------------------------------------------------------------------- ;; Includes: -;; - vfmsac -;; - vfmsub +;; - vfnmacc +;; - vfnmadd ;; ------------------------------------------------------------------------- (define_expand "fnms<mode>4" |