Constant surge_blitter::imports::_XABORT_EXPLICIT [−][src]
pub const _XABORT_EXPLICIT: u32 = 1 << 0; // 0x0000_0001u32
🔬 This is a nightly-only experimental API. (
stdsimd
)Expand description
Transaction explicitly aborted with xabort. The parameter passed to xabort is available with
_xabort_code(status)
.