Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Rename i8x16.any_true to v128.any_true and remove other variants #426

Merged
merged 1 commit into from Jan 26, 2021

Conversation

ngzhian
Copy link
Member

@ngzhian ngzhian commented Jan 22, 2021

This was accepted in #416.

The test code is manually modified (this is not generated code), to
always call v128.any_true. The exported function names are unchanged,
and no tests are removed, since it is useful to test v128 of
different constants.

For now, v128.any_true occupies the same binary opcode as i8x16.any_true,
this can change after we finalize the instruction set.

This was accepted in WebAssembly#416.

The test code is manually modified (this is not generated code), to
always call v128.any_true. The exported function names are unchanged,
and no tests are removed, since it is useful to test v128 of
different constants.
@ngzhian ngzhian merged commit 194b993 into WebAssembly:master Jan 26, 2021
@ngzhian ngzhian deleted the v128anytrue branch January 26, 2021 17:45
ngzhian added a commit to ngzhian/simd that referenced this pull request Jan 26, 2021
The renaming was accepted in WebAssembly#416. Interpreter was changed in WebAssembly#426. This
makes similar changes to the formal text.
ngzhian added a commit to ngzhian/simd that referenced this pull request Jan 26, 2021
The renaming was accepted in WebAssembly#416. Interpreter was changed in WebAssembly#426. This
makes similar changes to the formal text.
ngzhian added a commit that referenced this pull request Jan 27, 2021
The renaming was accepted in #416. Interpreter was changed in #426. This
makes similar changes to the formal text.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants