🔬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_MASKforXCR
Functions
- _xgetbv⚠
xsaveReads the contents of the extended control registerXCRspecified inxcr_no. - _xrstor⚠
xsavePerforms a full or partial restore of the enabled processor states using the state information stored in memory atmem_addr. - _xrstors⚠
xsave,xsavesPerforms a full or partial restore of the enabled processor states using the state information stored in memory atmem_addr. - _xsave⚠
xsavePerforms a full or partial save of the enabled processor states to memory atmem_addr. - _xsavec⚠
xsave,xsavecPerforms a full or partial save of the enabled processor states to memory atmem_addr. - _xsaveopt⚠
xsave,xsaveoptPerforms a full or partial save of the enabled processor states to memory atmem_addr. - _xsaves⚠
xsave,xsavesPerforms a full or partial save of the enabled processor states to memory atmem_addr - _xsetbv⚠
xsaveCopies 64-bits fromvalto the extended control register (XCR) specified bya.