LGTM 於 2023年10月6日 週五 10:39 寫道: > From: Pan Li > > 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 > --- > gcc/config/riscv/autovec.md | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/gcc/config/riscv/autovec.md b/gcc/config/riscv/autovec.md > index 056f2c352f6..53e9d34eea1 100644 > --- a/gcc/config/riscv/autovec.md > +++ b/gcc/config/riscv/autovec.md > @@ -2229,12 +2229,16 @@ (define_expand "avg3_ceil" > }) > > ;; > ------------------------------------------------------------------------- > -;; ---- [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") > -- > 2.34.1 > >