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

pub unsafe fn __DSB()
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on AArch64 and target feature mclass only.

Data Synchronization Barrier

Acts as a special kind of Data Memory Barrier. It completes when all explicit memory accesses before this instruction complete.