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

Implement Wasm SIMD absolute value instructions for x86 #1941

Merged
merged 4 commits into from
Jun 30, 2020

Conversation

abrown
Copy link
Contributor

@abrown abrown commented Jun 29, 2020

This adds single-instruction encodings (PABSB, PABSW, PABSD) for the Wasm SIMD absolute value instructions.

@abrown abrown requested a review from fitzgen June 29, 2020 22:58
@github-actions github-actions bot added cranelift Issues related to the Cranelift code generator cranelift:area:aarch64 Issues related to AArch64 backend. cranelift:meta Everything related to the meta-language. cranelift:wasm labels Jun 29, 2020
@github-actions
Copy link

Subscribe to Label Action

cc @bnjbvr

This issue or pull request has been labeled: "cranelift", "cranelift:area:aarch64", "cranelift:meta", "cranelift:wasm"

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

  • bnjbvr: cranelift

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

Learn more.

@fitzgen
Copy link
Member

fitzgen commented Jun 30, 2020

I'm not really familiar enough with the meta crate to be comfortable being the one to rubber stamp this. Maybe @bnjbvr (when he is feeling better) or @sunfishcode would be better picks?

@fitzgen fitzgen removed their request for review June 30, 2020 16:53
@abrown abrown requested review from bnjbvr and removed request for bnjbvr June 30, 2020 18:34
Copy link
Member

@sunfishcode sunfishcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@abrown abrown merged commit f4b87f3 into bytecodealliance:main Jun 30, 2020
@abrown abrown deleted the abs branch June 30, 2020 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift:area:aarch64 Issues related to AArch64 backend. cranelift:meta Everything related to the meta-language. cranelift:wasm cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants