Mojo function
readfirstlane
readfirstlane(value: Int32) -> Int32
Get the value in the lowest active lane of the input operand.
Args:
- value (
Int32
): The input value.
Returns:
Int32
: 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
): The input pointer.
Returns:
UnsafePointer
: The value in the lowest active lane of the input operand.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!