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
@mooman219 Thinking about it some more, I don't think this makes a performance difference either way, but if you can show some benchmarks or something then that's cool.
The
impl From<i32> for i32x4
uses new(i32, i32, i32, i32) always. There's an intrinsic to not do that.The text was updated successfully, but these errors were encountered: