Performs element-wise comparison of each position in the vector against a scalar. If the value is less than the scalar value, the result is 1; otherwise, it is 0. The result is arranged with each bit in little-endian order.
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 the destination address, the mask parameter does not take effect.
[object Object]