Skip to content

Commit 2d25c3b

Browse files
authored
Updated test to account for added previous features (thanks erikdesjardins!)
1 parent 376c7b9 commit 2d25c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/sse42-implies-crc32.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ pub unsafe fn crc32sse(v: u8) -> u32 {
1212
_mm_crc32_u8(out, v)
1313
}
1414

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

0 commit comments

Comments
 (0)