Skip to content

Commit

Permalink
PPC: [wasm-simd] Move i64x2.eq out of post mvp
Browse files Browse the repository at this point in the history
Port 906b964

Original Commit Message:

    This is merged into the proposal:
    WebAssembly/simd#419 (comment).

[email protected], [email protected], [email protected], [email protected]
BUG=
LOG=N

Change-Id: I801c4337e2ea4671ef82cb1244b8da251d56fc2f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2650242
Reviewed-by: Zhi An Ng <[email protected]>
Commit-Queue: Milad Fa <[email protected]>
Cr-Commit-Position: refs/heads/master@{#72341}
  • Loading branch information
miladfarca authored and Commit Bot committed Jan 26, 2021
1 parent f111e0c commit 2e2fe5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/backend/ppc/instruction-selector-ppc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2176,6 +2176,7 @@ void InstructionSelector::VisitInt64AbsWithOverflow(Node* node) {
V(I64x2Add) \
V(I64x2Sub) \
V(I64x2Mul) \
V(I64x2Eq) \
V(I32x4Add) \
V(I32x4AddHoriz) \
V(I32x4Sub) \
Expand Down

0 comments on commit 2e2fe5c

Please sign in to comment.