mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
530eeff929
make `simd_insert_dyn` and `simd_extract_dyn` const For use in `stdarch`. We currently use an equivalent of the fallback body here, but on some targets the intrinsic generate better code. r? RalfJung