Function nop4

Source
pub fn nop4()
Expand description

No Operation - Burn four CPU cycles

This emits a minimum amount of instructions to burn at least four 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.