diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-12 17:07:31 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-12 17:07:31 +0000 |
| commit | 899d193c9dc4d1dbe13698baf76c5368ad117b34 (patch) | |
| tree | e052c3a3655f37632eaea81168d8a43cb150c030 /scripts/test_rustc_tests.sh | |
| parent | ecbb33a71b38498250bcc81b815331fbfde40736 (diff) | |
| download | rust-899d193c9dc4d1dbe13698baf76c5368ad117b34.tar.gz rust-899d193c9dc4d1dbe13698baf76c5368ad117b34.zip | |
Implement a couple more platform intrinsics
Diffstat (limited to 'scripts/test_rustc_tests.sh')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 7697571da95..9e5aefb7753 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -48,7 +48,6 @@ rm tests/ui/proc-macro/allowed-signatures.rs rm tests/ui/sse2.rs # cpuid not supported, so sse2 not detected rm tests/ui/intrinsics/const-eval-select-x86_64.rs # requires x86_64 vendor intrinsics rm tests/ui/simd/array-type.rs # "Index argument for `simd_insert` is not a constant" -rm tests/ui/simd/intrinsic/float-math-pass.rs # simd_fcos unimplemented # exotic linkages rm tests/ui/issues/issue-33992.rs # unsupported linkages |
