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

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

Commits the current transaction. For a nested transaction, the only effect is that the transactional nesting depth is decreased. For an outer transaction, the state modifications performed transactionally are committed to the architectural state.

ARM TME Intrinsics.



Home ⌂Doc Index ◂Up ▴