This intrinsic inserts a WFE instruction into the instruction stream generated by the compiler.
Syntax
void __wfe(void)
Errors
The compiler does not recognize the __wfe intrinsic when compiling for a target that does not support the WFE instruction. The compiler generates either a warning or an error in this case.