diff options
author | Deepti Gandluri <dtig@users.noreply.github.com> | 2020-05-04 16:43:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 16:43:36 -0700 |
commit | 49cdabbad32378a3648575f1dc7dcc991817f241 (patch) | |
tree | 914679e76720508a6070cf1b8a8e936f413eeb20 /test/dump/simd-basic.txt | |
parent | 5c48f3bdd5ab8b7c27d4959840407ce09a31f0cf (diff) | |
download | wabt-49cdabbad32378a3648575f1dc7dcc991817f241.tar.gz wabt-49cdabbad32378a3648575f1dc7dcc991817f241.tar.bz2 wabt-49cdabbad32378a3648575f1dc7dcc991817f241.zip |
Renumber SIMD opcodes (#1403)
* Fix typo in I8X16AvgrU
* Update tests
* Skip simd_const test till it is updated
Diffstat (limited to 'test/dump/simd-basic.txt')
-rw-r--r-- | test/dump/simd-basic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump/simd-basic.txt b/test/dump/simd-basic.txt index 7c89c5a2..5d9a46dc 100644 --- a/test/dump/simd-basic.txt +++ b/test/dump/simd-basic.txt @@ -12,7 +12,7 @@ simd-basic.wasm: file format wasm 0x1 Code Disassembly: 000021 func[0] <main>: - 000022: fd 02 01 00 00 00 02 00 00 | v128.const 0x00000001 0x00000002 0x00000003 0x00000004 + 000022: fd 0c 01 00 00 00 02 00 00 | v128.const 0x00000001 0x00000002 0x00000003 0x00000004 00002b: 00 03 00 00 00 04 00 00 00 | 000034: 0f | return 000035: 0b | end |