This intrinsic inserts a YIELD instruction into the instruction stream generated by the compiler.
Syntax
void __yield(void)
Errors
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.