Skip to content

Commit 276cd3e

Browse files
committed
fixup
1 parent f5ad17a commit 276cd3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/x86/x86.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ pub fn cpuid(request: u32, ext: u32) -> CpuidResult {
4545
/// Reads the contents of the extended control register `XCR`
4646
/// specified in `xcr_no`.
4747
#[inline(always)]
48-
//#[target_feature = "+xsave"]
48+
// FIXME: see
49+
// https://github.com/rust-lang-nursery/stdsimd/issues/167
50+
// #[target_feature = "+xsave"]
4951
#[cfg_attr(test, assert_instr(xgetbv))]
5052
pub unsafe fn xgetbv(xcr_no: u32) -> u64 {
5153
let eax: u32;

0 commit comments

Comments
 (0)