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: LegacyUnsafePointer[type, address_space=address_space, mut=mut, origin=origin]) -> LegacyUnsafePointer[type, address_space=address_space, mut=mut, origin=origin]
Get the value in the lowest active lane of the input operand.
Args:
- โvalue (
LegacyUnsafePointer): The input pointer.
Returns:
LegacyUnsafePointer: 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!