mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 04:26:00 +00:00
Now that `transmute` can be flagged as `const`-stable this commit updates the `f32x4` and `f64x2` constructors as `const`-stable as well. This also additionally rewrites the other integer constructors in a more readable fashion now that the general `v128()` method is `const`-stable.