Converts int64_t type data to float, and supports multiple rounding modes.
- RINT rounding mode: round half to even
- ROUND rounding mode: round half up
- FLOOR rounding mode: round toward negative infinity
- CEIL rounding mode: round toward positive infinity
- TRUNC rounding mode: round toward zero
Since the bit-width ratio of the source operand to the destination operand is 2:1, when writing data, you need to split the data of one VL size into two parts and select index 0 or index 1 according to different interfaces.
[object Object]
For details about vector data registers and mask registers, see .
None
PIPE_V
- To enable the saturating mode and non-saturating mode, you need to configure the ctrl register. For details about the ctrl register, see .
[object Object]