From: Pan Li Date: Thu, 5 Oct 2023 12:39:16 +0000 (+0800) Subject: RISC-V: Update comments for FP rounding related autovec X-Git-Tag: basepoints/gcc-15~5710 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f05b68b8f009c644521d6ff2fde940342029b830;p=thirdparty%2Fgcc.git RISC-V: Update comments for FP rounding related autovec 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 --- diff --git a/gcc/config/riscv/autovec.md b/gcc/config/riscv/autovec.md index 056f2c352f6b..53e9d34eea1f 100644 --- a/gcc/config/riscv/autovec.md +++ b/gcc/config/riscv/autovec.md @@ -2229,12 +2229,16 @@ }) ;; ------------------------------------------------------------------------- -;; ---- [FP] Math.h. +;; ---- [FP] Rounding. ;; ------------------------------------------------------------------------- ;; Includes: ;; - ceil/ceilf ;; - floor/floorf ;; - nearbyint/nearbyintf +;; - rint/rintf +;; - round/roundf +;; - trunc/truncf +;; - roundeven/roundevenf ;; ------------------------------------------------------------------------- (define_expand "ceil2" [(match_operand:V_VLSF 0 "register_operand")