Skip to content

Commit

Permalink
Updated test to account for added previous features (thanks erikdesja…
Browse files Browse the repository at this point in the history
…rdins!)
  • Loading branch information
CKingX committed Feb 20, 2024
1 parent 376c7b9 commit 2d25c3b
Showing 1 changed file with 1 addition and 1 deletion.
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"}}

0 comments on commit 2d25c3b

Please sign in to comment.