forked from WebAssembly/spec
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Relaxed SIMD #129
Merged
Relaxed SIMD #129
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add a references section with useful links
Add template for suggesting new instructions.
* Add paragraph on fpenv * Attribute must be 0 for now, call it a module element * Name fpu to make examples clearer * Reword paragraph on fpenv instantiation * Reword last paragraph describing what fpenv is * Add attribute 0 to import example
As this is the first time we have separate proposals under the same subgroup - I'm duplicating the charter here as well as in the flexible vectors proposal for discoverability, and for easy modification in case we decide to split the subgroup based on proposals in the future.
As suggested in WebAssembly/relaxed-simd#17 (comment).
Merge upstream
Report status of SpiderMonkey implemention
Remove fpenv from overview, add proposed spec text on Relaxed operations
Merge upstream
This allows using pblendvb for i16x8 lane select. See #125.
…is-consistent Add a smoke test for consistent nondeterminism
…mbly#1812) This was renamed to kWasmVoid in WebAssembly/memory64@2f5a7c5.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
FYI, this PR merges upstream wasm-3.0, which now includes the Relaxed SIMD proposal.
More importantly, the PR implements Relaxed SIMD in SpecTec, including new primitives and conversions in the interpreter backend. For now, like the reference interpreter, it only produces the behaviour supported by the deterministic profile.
All new Relaxed SIMD tests pass.
TODO: port the new parts of the spec document to SpecTec splices.