Compares each element in src with the scalar value. If the element at a position is not equal to value, the corresponding bit in the output result dst is 1; otherwise, it is 0.
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 and src must be 32-byte aligned.
- dst is sorted into binary results in little-endian order, corresponding to the comparison results of the data at the corresponding positions in src.
- 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 the destination address, the mask parameter does not take effect.
[object Object]