Performs vector addition based on the corresponding element positions, where i is the element index. The computation process uses ZEROING mode (elements not masked are set to 0 in the destination operand). When the input src0 and src1 are converted to the uint32_t type and the addition exceeds the maximum value of uint32_t, a carry addition is performed, and every 4 bits at the corresponding position in dst are set to 1; otherwise, they are set to 0.
The computation formula is as follows:
[object Object]
For detailed descriptions of vector data registers and mask registers, see .
None
PIPE_V
- Carry addition only supports the int32_t and uint32_t types.
- Carry addition must be invoked manually; the interface does not support automatic detection and triggering.
[object Object]