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
After #63531, we should, at some point, expose a #[lang = "packed_simd"] struct Simd<T, const N: usize>([T; N]); from libcore that we handle specially in the compiler instead of using a #[repr(simd)] attribute for it.