Module hints

Source

Constantsยง

HINT_NOP ๐Ÿ”’
HINT_SEV ๐Ÿ”’
HINT_SEVL ๐Ÿ”’
HINT_WFE ๐Ÿ”’
HINT_WFI ๐Ÿ”’
HINT_YIELD ๐Ÿ”’

Functionsยง

hint ๐Ÿ”’ โš 
__nopโš Experimental
Generates an unspecified no-op instruction.
__sevโš Experimental
Generates a SEV (send a global event) hint instruction.
__sevlโš Experimental
Generates a send a local event hint instruction.
__wfeโš Experimental
Generates a WFE (wait for event) hint instruction, or nothing.
__wfiโš Experimental
Generates a WFI (wait for interrupt) hint instruction, or nothing.
__yieldโš Experimental
Generates a YIELD hint instruction.