-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Winch: Add SIMD float arithmetic support for x64 with AVX #10247
Winch: Add SIMD float arithmetic support for x64 with AVX #10247
Conversation
Subscribe to Label Action
This issue or pull request has been labeled: "winch"
Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Going to see if merging main into this branch helps |
I think the CI issues should be resolved once #10253 lands. |
There was a missing |
Part of #8093. Adds implementations for:
f32x4.add
f64x2.add
f32x4.sub
f64x2.sub
f32x4.mul
f64x2.mul
f32x4.div
f64x2.div
f32x4.neg
f64x2.neg
f32x4.sqrt
f64x2.sqrt