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 <pan2.li@intel.com>
This commit is contained in:
parent
6c44b95d97
commit
f05b68b8f0
1 changed files with 5 additions and 1 deletions
|
@ -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 "ceil<mode>2"
|
||||
[(match_operand:V_VLSF 0 "register_operand")
|
||||
|
|
Loading…
Add table
Reference in a new issue