diff options
author | Darin Morrison <darinmorrison@gmail.com> | 2020-10-26 10:37:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 09:37:13 -0700 |
commit | 30af7afe3c27fd2957036eb09453f74ecc75ac67 (patch) | |
tree | 9e79def62778d5253a3a5f881e15adbe4ec8a787 /test/interp/simd-lane.txt | |
parent | 1eb5e2c5b7409a64c6e610fb74df3e5b61394cfc (diff) | |
download | wabt-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/interp/simd-lane.txt')
-rw-r--r-- | test/interp/simd-lane.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interp/simd-lane.txt b/test/interp/simd-lane.txt index aa45da03..0911b6a2 100644 --- a/test/interp/simd-lane.txt +++ b/test/interp/simd-lane.txt @@ -85,7 +85,7 @@ (func (export "func_v8x16_shuffle_0") (result v128) v128.const i32x4 0xff00ff01 0xff00ff0f 0xff00ffff 0xff00ff7f v128.const i32x4 0x00550055 0x00550055 0x00550055 0x00550155 - v8x16.shuffle 16 1 18 3 20 5 22 7 24 9 26 11 28 13 30 15) + i8x16.shuffle 16 1 18 3 20 5 22 7 24 9 26 11 28 13 30 15) ) (;; STDOUT ;;; func_i8x16_extract_lane_s_0() => i32:4294967295 |