You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
So after #211 is merged, this is the current state of affairs:
xsaves
,xsaves64
, andxsetbv
cannot be easily tested because they require privileged modexsave
intrinsics are tested ini586
,i686
, andx86_64
#[cfg(not(feature = "intel_sde"))]
:i586::xsaveopt
andx86_64::xsaveopt64
i586::xsavec
andx86_64::xsavec64
x86_64::xsave64
The text was updated successfully, but these errors were encountered: