🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on x86 or x86-64 only.
Expand description
i586
’s xsave
and xsaveopt
target feature intrinsics
Constants
XFEATURE_ENABLED_MASK
forXCR
Functions
- _xgetbv⚠
xsave
Reads the contents of the extended control registerXCR
specified inxcr_no
. - _xrstor⚠
xsave
Performs a full or partial restore of the enabled processor states using the state information stored in memory atmem_addr
. - _xrstors⚠
xsave,xsaves
Performs a full or partial restore of the enabled processor states using the state information stored in memory atmem_addr
. - _xsave⚠
xsave
Performs a full or partial save of the enabled processor states to memory atmem_addr
. - _xsavec⚠
xsave,xsavec
Performs a full or partial save of the enabled processor states to memory atmem_addr
. - _xsaveopt⚠
xsave,xsaveopt
Performs a full or partial save of the enabled processor states to memory atmem_addr
. - _xsaves⚠
xsave,xsaves
Performs a full or partial save of the enabled processor states to memory atmem_addr
- _xsetbv⚠
xsave
Copies 64-bits fromval
to the extended control register (XCR
) specified bya
.