Skip to content

Commit a8db13b

Browse files
committed
Fix wasm.simd tests
Make sure text syntax can be assembled by current WABT (revision 048e01a). Use `v128` as vector value type. Fix names, modifiers, and indices for instructions working with lanes. Get rid of build instruction, switch to literal arguments for some of the intstuctions ("shuffle"). Add alignment to store instructions, to match binary code in `.wasm` files. Remove boolean SIMD tests -- boolean operations are deprecated. Don't enable f32x4 test, it hits a bug in the engine. Test binaryArithmeticTests would be handled in a separate commit.
1 parent 27712e0 commit a8db13b

31 files changed

+756
-2711
lines changed

test/wasm.simd/b16x8.wasm

-465 Bytes
Binary file not shown.

test/wasm.simd/b16x8.wast

Lines changed: 0 additions & 183 deletions
This file was deleted.

test/wasm.simd/b32x4.wasm

-212 Bytes
Binary file not shown.

test/wasm.simd/b32x4.wast

Lines changed: 0 additions & 79 deletions
This file was deleted.

test/wasm.simd/b8x16.wasm

-1.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)