Compares two vectors element by element. If the comparison result is true, the corresponding bit of the output result is 1; otherwise, it is 0. The computation formula is as follows:
High-dimensional tiling computation
[object Object]Synchronous computation
[object Object]
None
PIPE_V
- For operand address overlap constraints, refer to .
- The starting addresses of dst, src0, and src1 must be 32-byte aligned.
- dst is sorted into a binary result in little-endian order, corresponding to the data comparison result at the corresponding position in src.
- When the result is output to the destination address, the mask parameter does not take effect.
- When using the register-based interface, you need to use to obtain the comparison result.
- When the result is output to a register, a fixed 256B of data is processed, and the repeat field does not take effect.
- When the result is output to a register, if a bit in the mask is 0 and the value of the corresponding bit in the output register does not change, the final result may contain residuals from the previous computation. To initialize the register, you can call the interface.
[object Object]