riscv-non-isa / rvv-intrinsic-doc

https://jira.riscv.org/browse/RVG-153
BSD 3-Clause "New" or "Revised" License
281 stars 89 forks source link

Double Check about RVV Float Point Honor FRM #250

Closed Incarnation-p-lee closed 10 months ago

Incarnation-p-lee commented 1 year ago

Hi Eop,

Just go thru all the float point FRM intrinisc API and locate some of them that may need double confirmation with you, for the FRM is honored or not.

CC @kito-cheng and @zhongjuzhe for awareness.

Pan

topperc commented 1 year ago

I think vf(w)redsum uses rounding mode. The others do not.

Incarnation-p-lee commented 1 year ago

Yes, vfw from INT to FP may never lose precisions, thus rounding is not required up to a point.

eopXD commented 10 months ago

Floating-point rounding mode intrinsics are added now. Closing this issue.