You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With rust-lang/rust#117116, there are now non-power-of-2 SIMD types without padding, and portable-simd is moving towards adopting those. They work fine in Miri. Only the variants that add padding lead to an ICE.
Currently it's unclear whether we'll even keep supporting them so this is pretty low priority on the Miri side.
Rollup merge of rust-lang#126184 - RalfJung:interpret-simd-nonpow2, r=oli-obk
interpret: do not ICE on padded non-pow2 SIMD vectors
Fixesrust-lang/miri#3458
r? ``@oli-obk``
RalfJung
pushed a commit
to RalfJung/miri
that referenced
this issue
Jun 11, 2024
Cc rust-lang/portable-simd#319
The text was updated successfully, but these errors were encountered: