Files
enthropy7 c45a51397c Fix ICE in const eval when using packed SIMD with non-power-of-two length
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.
2026-01-25 23:11:18 +03:00
..