Files
rust/compiler/rustc_codegen_ssa/src/traits
Matthias Krüger 7889f96103 Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubilee
Improve SIMD casts

* Allows `simd_cast` intrinsic to take `usize` and `isize`
* Adds `simd_as` intrinsic, which is the same as `simd_cast` except for saturating float-to-int conversions (matching the behavior of `as`).

cc `@workingjubilee`
2022-01-18 22:00:45 +01:00
..
2021-03-23 17:02:10 -07:00
2020-09-18 13:11:59 +02:00
2021-05-08 10:58:08 +02:00