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
Assuming that -- like __m128 -- a u32x4 isn't actually allowed to be undef, we should ensure that we have !noundef metadata on the corresponding loads. (This assumes Simd<MaybeUninit<u32>, 4> would be needed for real uninit.)
Assuming that -- like
__m128
-- au32x4
isn't actually allowed to beundef
, we should ensure that we have!noundef
metadata on the corresponding loads. (This assumesSimd<MaybeUninit<u32>, 4>
would be needed for realuninit
.)It looks like today https://rust.godbolt.org/z/hs1MKh15x we don't:
The text was updated successfully, but these errors were encountered: