[−][src]Function core_arch::arm::__DMB
pub unsafe fn __DMB()
🔬 This is a nightly-only experimental API. (
stdsimd
)This is supported on ARM and target feature
mclass
only.Data Memory Barrier
Ensures the apparent order of the explicit memory operations before and after the instruction, without ensuring their completion.