Function core::arch::riscv64::nop

source ·
pub fn nop()
🔬This is a nightly-only experimental API. (riscv_ext_intrinsics #114544)
Available on RISC-V RV64 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.