Constant rustc_std_workspace_std::arch::x86_64::_XABORT_EXPLICIT
source · pub const _XABORT_EXPLICIT: u32 = 1 << 0; // 1u32
🔬This is a nightly-only experimental API. (
stdsimd
)Available on x86-64 only.
Expand description
Transaction explicitly aborted with xabort. The parameter passed to xabort is available with
_xabort_code(status)
.