pub fn nop5()Expand description
No Operation - Burn five CPU cycles
This emits a minimum amount of instructions to burn at least five CPU cycles at runtime.
This function is an optimization fence. That means memory accesses will not be re-ordered by the compiler across this function call.