summaryrefslogtreecommitdiff
path: root/test/parse/all-features.txt
diff options
context:
space:
mode:
authorDarin Morrison <darinmorrison@gmail.com>2020-10-26 10:37:13 -0600
committerGitHub <noreply@github.com>2020-10-26 09:37:13 -0700
commit30af7afe3c27fd2957036eb09453f74ecc75ac67 (patch)
tree9e79def62778d5253a3a5f881e15adbe4ec8a787 /test/parse/all-features.txt
parent1eb5e2c5b7409a64c6e610fb74df3e5b61394cfc (diff)
downloadwabt-30af7afe3c27fd2957036eb09453f74ecc75ac67.tar.gz
wabt-30af7afe3c27fd2957036eb09453f74ecc75ac67.tar.bz2
wabt-30af7afe3c27fd2957036eb09453f74ecc75ac67.zip
Update SIMD support (#1553)
* Update testsuite * Update test results * Disallow lane nums with optional + for simd ops * Update simd support * Mark `test/spec/func.txt` as failing Co-authored-by: Darin Morrison <darinmorrison@users.noreply.github.com>
Diffstat (limited to 'test/parse/all-features.txt')
-rw-r--r--test/parse/all-features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/all-features.txt b/test/parse/all-features.txt
index f434a9ac..3d52a445 100644
--- a/test/parse/all-features.txt
+++ b/test/parse/all-features.txt
@@ -32,7 +32,7 @@
;; simd
v128.const i32x4 0xff00ff01 0xff00ff0f 0xff00ffff 0xff00ff7f
v128.const i32x4 0x00550055 0x00550055 0x00550055 0x00550155
- v8x16.shuffle 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
+ i8x16.shuffle 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
drop
;; threads