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
All of: x86::_mm256_store_ps, x86::_mm256_store_pd, x86_64::_mm256_store_ps, and x86_64::_mm256_store_pd have an incorrect signature where the destination is a *const f32, it should be a *mut f32. Additionally the implementation of these functions invokes UB: