Skip to main content

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): The operation to perform.
  • msg (SIMD): The message to send.

Was this page helpful?