[object Object][object Object][object Object]undefined
[object Object]

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:

dsti=src0i+src1idst_i = src0_i + src1_i [object Object]
[object Object]
[object Object][object Object]undefined

For detailed descriptions of vector data registers and mask registers, see .

[object Object]

None

[object Object]

PIPE_V

[object Object]
  • 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]
[object Object]