Skip to content

Commit 6dfae39

Browse files
committed
Update simd_i64x2_cmp test output
I think I missed generating these tests in WebAssembly#440.
1 parent b6ca6b2 commit 6dfae39

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

test/core/simd/simd_i64x2_cmp.wast

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@
4343
;; i64x2.ne (i64x2) (i64x2)
4444

4545
;; hex vs hex
46-
(assert_return (invoke "ne" (v128.const i64x2 0xFFFFFFFF 0xFFFFFFFF)
47-
(v128.const i64x2 0xFFFFFFFF 0xFFFFFFFF))
46+
(assert_return (invoke "ne" (v128.const i64x2 0xFFFFFFFFFFFFFFFF 0xFFFFFFFFFFFFFFFF)
47+
(v128.const i64x2 0xFFFFFFFFFFFFFFFF 0xFFFFFFFFFFFFFFFF))
4848
(v128.const i64x2 0 0))
49-
(assert_return (invoke "ne" (v128.const i64x2 0x00000000 0x00000000)
50-
(v128.const i64x2 0x00000000 0x00000000))
49+
(assert_return (invoke "ne" (v128.const i64x2 0x0000000000000000 0x0000000000000000)
50+
(v128.const i64x2 0x0000000000000000 0x0000000000000000))
5151
(v128.const i64x2 0 0))
52-
(assert_return (invoke "ne" (v128.const i64x2 0xF0F0F0F0 0xF0F0F0F0)
53-
(v128.const i64x2 0xF0F0F0F0 0xF0F0F0F0))
52+
(assert_return (invoke "ne" (v128.const i64x2 0xF0F0F0F0F0F0F0F0 0xF0F0F0F0F0F0F0F0)
53+
(v128.const i64x2 0xF0F0F0F0F0F0F0F0 0xF0F0F0F0F0F0F0F0))
5454
(v128.const i64x2 0 0))
55-
(assert_return (invoke "ne" (v128.const i64x2 0x0F0F0F0F 0x0F0F0F0F)
56-
(v128.const i64x2 0x0F0F0F0F 0x0F0F0F0F))
55+
(assert_return (invoke "ne" (v128.const i64x2 0x0F0F0F0F0F0F0F0F 0x0F0F0F0F0F0F0F0F)
56+
(v128.const i64x2 0x0F0F0F0F0F0F0F0F 0x0F0F0F0F0F0F0F0F))
5757
(v128.const i64x2 0 0))
58-
(assert_return (invoke "ne" (v128.const i64x2 0xFFFFFFFF 0x00000000)
59-
(v128.const i64x2 0xFFFFFFFF 0x00000000))
58+
(assert_return (invoke "ne" (v128.const i64x2 0xFFFFFFFFFFFFFFFF 0x0000000000000000)
59+
(v128.const i64x2 0xFFFFFFFFFFFFFFFF 0x0000000000000000))
6060
(v128.const i64x2 0 0))
61-
(assert_return (invoke "ne" (v128.const i64x2 0x00000000 0xFFFFFFFF)
62-
(v128.const i64x2 0x00000000 0xFFFFFFFF))
61+
(assert_return (invoke "ne" (v128.const i64x2 0x0000000000000000 0xFFFFFFFFFFFFFFFF)
62+
(v128.const i64x2 0x0000000000000000 0xFFFFFFFFFFFFFFFF))
6363
(v128.const i64x2 0 0))
6464
(assert_return (invoke "ne" (v128.const i64x2 0x03020100 0x11100904)
6565
(v128.const i64x2 0x03020100 0x11100904))

0 commit comments

Comments
 (0)