Updated test to account for added previous features (thanks erikdesjardins!)

This commit is contained in:
CKingX 2024-02-19 21:59:13 -08:00 committed by GitHub
parent 376c7b9892
commit 2d25c3b369
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"}}