diff options
Diffstat (limited to 'test/simd.wast.fromBinary')
-rw-r--r-- | test/simd.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simd.wast.fromBinary b/test/simd.wast.fromBinary index 796a7ab22..268f5e9b2 100644 --- a/test/simd.wast.fromBinary +++ b/test/simd.wast.fromBinary @@ -27,7 +27,7 @@ ) ) (func $v128.const (; 2 ;) (type $2) (result v128) - (v128.const i32 0x1 0x0 0x0 0x0 0x2 0x0 0x0 0x0 0x3 0x0 0x0 0x0 0x4 0x0 0x0 0x0) + (v128.const i32 0x00000001 0x00000002 0x00000003 0x00000004) ) (func $v128.shuffle (; 3 ;) (type $3) (param $0 v128) (param $1 v128) (result v128) (v8x16.shuffle 0 17 2 19 4 21 6 23 8 25 10 27 12 29 14 31 |