Skip to content
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: Implement SIMD float rounding instructions for x64 with AVX #10243

Merged

Conversation

jeffcharles
Copy link
Contributor

Part of #8093. Adds support for the following instructions:

  • f32x4.ceil
  • f64x2.ceil
  • f32x4.floor
  • f64x2.floor
  • f32x4.nearest
  • f64x2.nearest
  • f32x4.trunc
  • f64x2.trunc

@jeffcharles jeffcharles requested review from a team as code owners February 19, 2025 18:03
@jeffcharles jeffcharles requested review from abrown and pchickey and removed request for a team February 19, 2025 18:03
@github-actions github-actions bot added the winch Winch issues or pull requests label Feb 19, 2025
Copy link

Subscribe to Label Action

cc @saulecabrera

This issue or pull request has been labeled: "winch"

Thus the following users have been cc'd because of the following labels:

  • saulecabrera: winch

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

@abrown abrown requested review from saulecabrera and removed request for abrown and pchickey February 19, 2025 23:33
@saulecabrera saulecabrera added this pull request to the merge queue Feb 20, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 20, 2025
@jeffcharles
Copy link
Contributor Author

Going to see if merging main into this branch helps with the status checks

@alexcrichton alexcrichton added this pull request to the merge queue Feb 20, 2025
Merged via the queue into bytecodealliance:main with commit fb7dd61 Feb 20, 2025
39 checks passed
@jeffcharles jeffcharles deleted the winch-simd-float-rounding branch February 20, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
winch Winch issues or pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants