]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Update comments for FP rounding related autovec
authorPan Li <pan2.li@intel.com>
Thu, 5 Oct 2023 12:39:16 +0000 (20:39 +0800)
committerPan Li <pan2.li@intel.com>
Fri, 6 Oct 2023 03:10:28 +0000 (11:10 +0800)
Some comment is out of date, this patch would like to fix it.

gcc/ChangeLog:

* config/riscv/autovec.md: Update comments.

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/config/riscv/autovec.md

index 056f2c352f6b34224cd1d9543cddfea218b5f5ec..53e9d34eea1f5c3a2cbc993840673b06b915c848 100644 (file)
 })
 
 ;; -------------------------------------------------------------------------
-;; ---- [FP] Math.h.
+;; ---- [FP] Rounding.
 ;; -------------------------------------------------------------------------
 ;; Includes:
 ;; - ceil/ceilf
 ;; - floor/floorf
 ;; - nearbyint/nearbyintf
+;; - rint/rintf
+;; - round/roundf
+;; - trunc/truncf
+;; - roundeven/roundevenf
 ;; -------------------------------------------------------------------------
 (define_expand "ceil<mode>2"
   [(match_operand:V_VLSF 0 "register_operand")