mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
c45a51397c
Packed SIMD types with non-power-of-two element counts use BackendRepr::Memory instead of BackendRepr::SimdVector. The check_simd_ptr_alignment function now handles both cases to prevent ICEs when evaluating SIMD intrinsics in const contexts.