Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement missing xsave intrinsics #171

Closed
6 tasks
gnzlbg opened this issue Nov 4, 2017 · 0 comments · Fixed by #175
Closed
6 tasks

Implement missing xsave intrinsics #171

gnzlbg opened this issue Nov 4, 2017 · 0 comments · Fixed by #175

Comments

@gnzlbg
Copy link
Contributor

gnzlbg commented Nov 4, 2017

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) -> ()
bors added a commit to rust-lang/rust that referenced this issue Nov 6, 2017
[xsave] whitelist xsave target feature

Required for rust-lang/stdarch#171
kennytm added a commit to kennytm/rust that referenced this issue Nov 7, 2017
bors added a commit to rust-lang/rust that referenced this issue Nov 9, 2017
[xsave] whitelist xsave target feature

Required for rust-lang/stdarch#171
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant