We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xsave
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
x86
fn _xsave (p: *mut c_void, m: u64) -> ()
fn _xrstor (p: *mut c_void, m: u64) -> ()
fn _xsetbv (a: u32, v: u64) -> ()
fn _xgetbv (a: u32) -> u64
x86_64
fn _xsave64 (p: *mut c_void, m: u64) -> ()
fn _xrstor64 (p: *mut c_void, m: u64) -> ()
The text was updated successfully, but these errors were encountered:
Auto merge of #45761 - gnzlbg:xsave_feature, r=<try>
2ab0d12
[xsave] whitelist xsave target feature Required for rust-lang/stdarch#171
Rollup merge of rust-lang#45761 - gnzlbg:xsave_feature, r=alexcrichton
93a7fd0
Auto merge of #45761 - gnzlbg:xsave_feature, r=alexcrichton
aa1b0b2
Successfully merging a pull request may close this issue.
x86
fn _xsave (p: *mut c_void, m: u64) -> ()
fn _xrstor (p: *mut c_void, m: u64) -> ()
fn _xsetbv (a: u32, v: u64) -> ()
fn _xgetbv (a: u32) -> u64
x86_64
fn _xsave64 (p: *mut c_void, m: u64) -> ()
fn _xrstor64 (p: *mut c_void, m: u64) -> ()
The text was updated successfully, but these errors were encountered: