Function core::arch::x86_64::_xsetbv

1.27.0 · source ·
pub unsafe fn _xsetbv(a: u32, val: u64)
Available on (x86 or x86-64) and target feature xsave and x86-64 only.
Expand description

val 复制 64 位到 a 指定的扩展控制寄存器 (XCR)。

当前仅支持 XFEATURE_ENABLED_MASK XCR

Intel’s documentation