Function nop2

Source
pub fn nop2()
Expand description

No Operation - Burn two CPU cycles

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