| |||
| Home > Compiler-specific Features > Instruction intrinsics > __yield | |||
This intrinsic inserts a YIELD instruction into
the instruction stream generated by the compiler.
The compiler does not recognize the __yield intrinsic
when compiling for a target that does not support the YIELD instruction.
The compiler generates either a warning or an error in this case.
NOP, SEV, WFE, WFI, and YIELD in the Assembler Guide.