Skip to main content
Log in

Mojo function

readfirstlane

readfirstlane(value: SIMD[int32, 1]) -> SIMD[int32, 1]

Get the lowest acitve lane of the input operand.

Args:

  • value (SIMD[int32, 1]): The input thread.

Returns:

The value in the lowest active lane of the input operand.