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

Add SIMD encodings for older SSE releases #1122

Closed
abrown opened this issue Sep 10, 2019 · 2 comments
Closed

Add SIMD encodings for older SSE releases #1122

abrown opened this issue Sep 10, 2019 · 2 comments
Labels
cranelift Issues related to the Cranelift code generator

Comments

@abrown
Copy link
Contributor

abrown commented Sep 10, 2019

As @bnjbvr mentioned in bytecodealliance/cranelift#943 (comment), some cranelift users may not have the most recent SSE versions (e.g. SSE4.1). In these cases, we may need to provide alternate encodings or legalizations in order to implement certain SIMD instructions.

@abrown
Copy link
Contributor Author

abrown commented Sep 10, 2019

For reference: https://data.firefox.com/dashboard/hardware

@alexcrichton alexcrichton transferred this issue from bytecodealliance/cranelift Feb 28, 2020
@alexcrichton alexcrichton added the cranelift Issues related to the Cranelift code generator label Feb 28, 2020
@cfallin
Copy link
Member

cfallin commented May 4, 2022

This is subsumed by #3810 I think: we should support Wasm-SIMD on x86-64 with SSE2 (the minimum required architecturally on x86-64) as well as with the more recent extensions. Closing in favor of #3810.

@cfallin cfallin closed this as completed May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

No branches or pull requests

3 participants