Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit aff328d

Browse files
authored
Merge pull request #159 from ngzhian/uncomment-test
Uncomment test code
2 parents 20ebe76 + f986cea commit aff328d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/core/simd/simd_const.wast

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@
10731073
(func (export "i32x4.test") (result v128) (return (v128.const i32x4 0x0bAdD00D 0x0bAdD00D 0x0bAdD00D 0x0bAdD00D)))
10741074
(func (export "i32x4.smax") (result v128) (return (v128.const i32x4 0x7fffffff 0x7fffffff 0x7fffffff 0x7fffffff)))
10751075
(func (export "i32x4.neg_smax") (result v128) (return (v128.const i32x4 -0x7fffffff -0x7fffffff -0x7fffffff -0x7fffffff)))
1076-
(; (func (export "i32x4.inc_smin") (result v128) (return (i32x4.add (v128.const i32x4 -0x80000000 -0x80000000 -0x80000000 -0x80000000) (v128.const i32x4 1 1 1 1)))) ;)
1076+
(func (export "i32x4.inc_smin") (result v128) (return (i32x4.add (v128.const i32x4 -0x80000000 -0x80000000 -0x80000000 -0x80000000) (v128.const i32x4 1 1 1 1))))
10771077
(func (export "i32x4.neg_zero") (result v128) (return (v128.const i32x4 -0x0 -0x0 -0x0 -0x0)))
10781078
(func (export "i32x4.not_octal") (result v128) (return (v128.const i32x4 010 010 010 010)))
10791079
(func (export "i32x4.plus_sign") (result v128) (return (v128.const i32x4 +42 +42 +42 +42)))
@@ -1086,7 +1086,7 @@
10861086
(func (export "i64x2.test") (result v128) (return (v128.const i64x2 0x0bAdD00D0bAdD00D 0x0bAdD00D0bAdD00D)))
10871087
(func (export "i64x2.smax") (result v128) (return (v128.const i64x2 0x7fffffffffffffff 0x7fffffffffffffff)))
10881088
(func (export "i64x2.neg_smax") (result v128) (return (v128.const i64x2 -0x7fffffffffffffff -0x7fffffffffffffff)))
1089-
(; (func (export "i64x2.inc_smin") (result v128) (return (i64x2.add (v128.const i64x2 -0x8000000000000000 -0x8000000000000000) (v128.const i64x2 1 1)))) ;)
1089+
(func (export "i64x2.inc_smin") (result v128) (return (i64x2.add (v128.const i64x2 -0x8000000000000000 -0x8000000000000000) (v128.const i64x2 1 1))))
10901090
(func (export "i64x2.neg_zero") (result v128) (return (v128.const i64x2 -0x0 -0x0)))
10911091
(func (export "i64x2.not_octal") (result v128) (return (v128.const i64x2 010010 010010)))
10921092
(func (export "i64x2.plus_sign") (result v128) (return (v128.const i64x2 +42 +42)))

0 commit comments

Comments
 (0)