Amanieu d'Antras 8d563dd6f9 Fix types for ARM SIMD32 intrinsics
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.
2024-11-27 07:06:17 +08:00
..
2024-09-30 13:00:24 -04:00
2024-03-13 22:30:36 +00:00
2024-09-30 13:00:24 -04:00
2024-09-30 13:00:24 -04:00