Commit cccaf9a
committed
Auto merge of rust-lang#57416 - alexcrichton:remove-platform-intrinsics, r=nagisa
rustc: Remove platform intrinsics crate
This was originally attempted in rust-lang#57048 but it was realized that we
could fully remove the crate via the `"unadjusted"` ABI on intrinsics.
This means that all intrinsics in stdsimd are implemented directly
against LLVM rather than using the abstraction layer provided here. That
ends up meaning that this crate is no longer used at all.
This crate developed long ago to implement the SIMD intrinsics, but we
didn't end up using it in the long run. In that case let's remove it!File tree
57 files changed
+4
-15991
lines changed- src
- etc/platform-intrinsics
- hexagon
- nvptx
- x86
- librustc_codegen_llvm
- librustc_platform_intrinsics
- librustc_typeck
- check
- test
- run-pass/simd
- ui
- error-codes
- simd-intrinsic
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+4
-15991
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2564 | 2564 | | |
2565 | 2565 | | |
2566 | 2566 | | |
2567 | | - | |
2568 | | - | |
2569 | | - | |
2570 | | - | |
2571 | 2567 | | |
2572 | 2568 | | |
2573 | 2569 | | |
| |||
2678 | 2674 | | |
2679 | 2675 | | |
2680 | 2676 | | |
2681 | | - | |
2682 | 2677 | | |
2683 | 2678 | | |
2684 | 2679 | | |
| |||
0 commit comments