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

[interpreter] Implement extadd pairwise instructions #474

Merged
merged 1 commit into from
Feb 23, 2021

Conversation

ngzhian
Copy link
Member

@ngzhian ngzhian commented Feb 18, 2021

These 4 instructions:

  • i32x4.extadd_pairwise_i16x8_s
  • i32x4.extadd_pairwise_i16x8_u
  • i16x8.extadd_pairwise_i8x16_s
  • i16x8.extadd_pairwise_i8x16_u

were merged in #380.

Drive-by cleanup to meta/README.md to list all generated files.

These 4 instructions:

- i32x4.extadd_pairwise_i16x8_s
- i32x4.extadd_pairwise_i16x8_u
- i16x8.extadd_pairwise_i8x16_s
- i16x8.extadd_pairwise_i8x16_u

were merged in WebAssembly#380.

Drive-by cleanup to meta/README.md to list all generated files.
@ngzhian ngzhian merged commit a041470 into WebAssembly:master Feb 23, 2021
@ngzhian ngzhian deleted the ext-pairwise-add branch February 23, 2021 18:04
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.

2 participants