Skip to content

Update test runner to compare test output with expected test output #11

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

Merged
merged 4 commits into from
Aug 18, 2015

Conversation

kg
Copy link
Contributor

@kg kg commented Aug 18, 2015

No description provided.

rossberg added a commit that referenced this pull request Aug 18, 2015
Update test runner to compare test output with expected test output
@rossberg rossberg merged commit 559a1ff into WebAssembly:master Aug 18, 2015
alexcrichton pushed a commit to alexcrichton/spec that referenced this pull request Nov 18, 2019
This change adds a variable shuffle instruction to SIMD proposal.

When indices are out of range, the result is specified as 0 for each
lane. This matches hardware behavior on ARM and RISCV architectures.

On x86_64 and MIPS, the hardware provides instructions that can select 0
when the high bit is set to 1 (x86_64) or any of the two high bits are
set to 1 (MIPS). On these architectures, the backend is expected to emit
a pair of instructions, saturating add (saturate(x + (128 - 16)) for
x86_64) and permute, to emulate the proposed behavior.

To distinguish variable shuffles with immediate shuffles, existing
v8x16.shuffle instruction is renamed to v8x16.shuffle2_imm to be
explicit about the fact that it shuffles two vectors with an immediate
argument.

This naming scheme allows for adding variants like v8x16.shuffle2 and
v8x16.shuffle1_imm in the future.

Fixes WebAssembly#68.
Contributes to WebAssembly#24.
Fixes WebAssembly#11.
alexcrichton pushed a commit to alexcrichton/spec that referenced this pull request Jul 28, 2020
dhil pushed a commit to dhil/webassembly-spec that referenced this pull request Mar 2, 2023
dhil added a commit to dhil/webassembly-spec that referenced this pull request Oct 20, 2023
Merge with WebAssembly/spec and WebAssembly/gc
dhil added a commit to dhil/webassembly-spec that referenced this pull request Apr 12, 2024
Squashed commit of the following:

* Typed Continuations explainer document

* Typed Continuations formal spec

* Typed Continuations examples

(Typed Continuations reference interpreter implementation to follow
separately.)

Co-authored-by: Daniel Hillerström <daniel.hillerstrom@ed.ac.uk>
Co-authored-by: Andreas Rossberg <rossberg@chromium.org>
rossberg pushed a commit that referenced this pull request Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants