[][src]Function core::arch::aarch64::__DMB

pub unsafe fn __DMB()
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on AArch64 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.