summaryrefslogtreecommitdiff
path: root/src/interp/istream.cc
diff options
context:
space:
mode:
authorNg Zhi An <ngzhian@gmail.com>2021-03-16 17:04:28 -0700
committerGitHub <noreply@github.com>2021-03-16 17:04:28 -0700
commit5a1409b4df8e402084bc17dd76c52bb84fcffd7d (patch)
tree3fb0bc30f7aa030cbad40fbfde407ffc1da09f45 /src/interp/istream.cc
parent8e2d18cdbad19381061aca7a2ff00f798ee16483 (diff)
downloadwabt-5a1409b4df8e402084bc17dd76c52bb84fcffd7d.tar.gz
wabt-5a1409b4df8e402084bc17dd76c52bb84fcffd7d.tar.bz2
wabt-5a1409b4df8e402084bc17dd76c52bb84fcffd7d.zip
[simd] Implement i32x4.dot_i16x8_s (#1640)
Rebase and unskip simd_i32x4_dot_i16x8.
Diffstat (limited to 'src/interp/istream.cc')
-rw-r--r--src/interp/istream.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/istream.cc b/src/interp/istream.cc
index ea9532a7..3a4ae28c 100644
--- a/src/interp/istream.cc
+++ b/src/interp/istream.cc
@@ -372,6 +372,7 @@ Instr Istream::Read(Offset* offset) const {
case Opcode::I32X4ShrS:
case Opcode::I32X4ShrU:
case Opcode::I32X4Sub:
+ case Opcode::I32X4DotI16X8S:
case Opcode::I32X4ExtmulLowI16X8S:
case Opcode::I32X4ExtmulHighI16X8S:
case Opcode::I32X4ExtmulLowI16X8U: