Skip to content

Fix xsaves and xsaves64 tests #209

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

Open
gnzlbg opened this issue Nov 21, 2017 · 0 comments
Open

Fix xsaves and xsaves64 tests #209

gnzlbg opened this issue Nov 21, 2017 · 0 comments
Labels

Comments

@gnzlbg
Copy link
Contributor

gnzlbg commented Nov 21, 2017

So after #211 is merged, this is the current state of affairs:

  • xsaves,xsaves64, and xsetbv cannot be easily tested because they require privileged mode
  • all other xsave intrinsics are tested in i586, i686, and x86_64
  • the following intrinsics fail on travis when using Intel's Software Development Emulator version: 8.12.0-2017-10-23, these are disabled from that test run using #[cfg(not(feature = "intel_sde"))]:
    • i586::xsaveopt and x86_64::xsaveopt64
    • i586::xsavec and x86_64::xsavec64
    • x86_64::xsave64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants