Skip to main content
Log in

Mojo function

sendmsg

sendmsg(opcode: SIMD[int32, 1], msg: SIMD[int32, 1])

Send a message to fixed function hardware. Refer to the specific ISA manual for the ops and messages.

Args:

  • opcode (SIMD[int32, 1]): The operation to perform.
  • msg (SIMD[int32, 1]): The message to send.