mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 22:36:43 +00:00
These were previously defined using vector types which is incorrect.
Instead, `{u}int{8x4,16x2}_t` are aliases for `i32` and `u32`.
This also fixes CI since these types don't need to be passed in NEON
registers and this was triggering a newly added compiler warning.