rust/compiler
Matthias Krüger cf69f9e220
Rollup merge of #90999 - RalfJung:miri_simd, r=oli-obk
fix CTFE/Miri simd_insert/extract on array-style repr(simd) types

The changed test would previously fail since `place_index` would just return the only field of `f32x4`, i.e., the array -- rather than *indexing into* the array which is what we have to do.

The new helper methods will also be needed for https://github.com/rust-lang/miri/issues/1912.

r? ``````@oli-obk``````
2021-11-20 01:09:41 +01:00
..
2021-11-19 07:52:59 +11:00
2021-10-16 13:36:05 -07:00
2021-11-15 10:14:29 +01:00
2021-11-07 16:59:05 +01:00
2021-11-16 08:06:31 +00:00