mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Updated test to account for added previous features (thanks erikdesjardins!)
This commit is contained in:
parent
376c7b9892
commit
2d25c3b369
@ -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…
Reference in New Issue
Block a user