rust/src/test/ui/simd-intrinsic
Alex Crichton 7616daabc7 rustc: Remove platform intrinsics crate
This was originally attempted in #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!
2019-01-14 09:54:23 -08:00
..
simd-intrinsic-generic-arithmetic.rs
simd-intrinsic-generic-arithmetic.stderr
simd-intrinsic-generic-cast.rs
simd-intrinsic-generic-cast.stderr
simd-intrinsic-generic-comparison.rs
simd-intrinsic-generic-comparison.stderr
simd-intrinsic-generic-elements.rs
simd-intrinsic-generic-elements.stderr
simd-intrinsic-generic-reduction.rs
simd-intrinsic-generic-reduction.stderr
simd-intrinsic-generic-select.rs
simd-intrinsic-generic-select.stderr