Function nop3

Source
pub fn nop3()
Expand description

No Operation - Burn three CPU cycles

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