diff options
| author | CKingX <CKingX@users.noreply.github.com> | 2024-02-19 21:59:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-19 21:59:13 -0800 |
| commit | 2d25c3b3697728ea42eb26f79e6f80907470ca22 (patch) | |
| tree | 42b903165f829c323d6d140de5b51451838f4f03 /tests/codegen | |
| parent | 376c7b98921b427699b99fc36496cb81ed40c946 (diff) | |
| download | rust-2d25c3b3697728ea42eb26f79e6f80907470ca22.tar.gz rust-2d25c3b3697728ea42eb26f79e6f80907470ca22.zip | |
Updated test to account for added previous features (thanks erikdesjardins!)
Diffstat (limited to 'tests/codegen')
| -rw-r--r-- | tests/codegen/sse42-implies-crc32.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/sse42-implies-crc32.rs b/tests/codegen/sse42-implies-crc32.rs index 56079d32a8d..f84d390b4e4 100644 --- a/tests/codegen/sse42-implies-crc32.rs +++ b/tests/codegen/sse42-implies-crc32.rs @@ -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"}} |
