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

Enable CMPXCHG16B, SSE3, SAHF/LAHF and 128-bit Atomics (in nightly) in Windows x64 #120820

Merged
merged 7 commits into from
Feb 29, 2024
Prev Previous commit
Updated test to account for added previous features (thanks erikdesja…
…rdins!)
  • Loading branch information
CKingX committed Feb 20, 2024
commit 2d25c3b3697728ea42eb26f79e6f80907470ca22
2 changes: 1 addition & 1 deletion tests/codegen/sse42-implies-crc32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 12,4 @@ pub unsafe fn crc32sse(v: u8) -> u32 {
_mm_crc32_u8(out, v)
}

// CHECK: attributes #0 {{.*"target-features"="\ sse4.2,\ crc32"}}
// CHECK: attributes #0 {{.*"target-features"=".*\ sse4.2,\ crc32"}}
Loading