Updated test to account for added previous features (thanks erikdesjardins!)
This commit is contained in:
parent
376c7b9892
commit
2d25c3b369
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue