Skip to main content
Log in

Mojo function

readfirstlane

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

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

Args:

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

Returns:

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

readfirstlane(value: UnsafePointer[type, address_space=address_space, alignment=alignment, mut=mut, origin=origin]) -> UnsafePointer[type, address_space=address_space, alignment=alignment, mut=mut, origin=origin]

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

Args:

  • value (UnsafePointer[type, address_space=address_space, alignment=alignment, mut=mut, origin=origin]): The input pointer.

Returns:

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