Function core::arch::x86::_xsetbv1.27.0[][src]

pub unsafe fn _xsetbv(a: u32, val: u64)
This is supported on x86 and target feature xsave only.
Expand description

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

当前仅支持 XFEATURE_ENABLED_MASK XCR

Intel’s documentation