pub fn nop()
This is supported on
target_arch="riscv64"
only.Expand description
Generates the NOP
instruction
The NOP instruction does not change any architecturally visible state, except for
advancing the pc
and incrementing any applicable performance counters.