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