Function core::arch::x86_64::_xsetbv [] [src]

pub unsafe fn _xsetbv(a: u32, val: u64)
🔬 This is a nightly-only experimental API. (stdsimd #48556)

Copy 64-bits from val to the extended control register (XCR) specified by a.

Currently only XFEATURE_ENABLED_MASK XCR is supported.