Skip to content

Commit

Permalink
Document that "either" comes from threads proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
ngzhian committed Sep 7, 2023
1 parent 70f8687 commit d879d67
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/core/relaxed-simd/i16x8_relaxed_q15mulr_s.wast
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
;; Tests for i16x8.relaxed_q15mulr_s.
;; `either` comes from https://github.com/WebAssembly/threads.

(module
(func (export "i16x8.relaxed_q15mulr_s") (param v128 v128) (result v128) (i16x8.relaxed_q15mulr_s (local.get 0) (local.get 1)))

Expand Down
1 change: 1 addition & 0 deletions test/core/relaxed-simd/i32x4_relaxed_trunc.wast
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
;; Tests for i32x4.relaxed_trunc_f32x4_s, i32x4.relaxed_trunc_f32x4_u, i32x4.relaxed_trunc_f64x2_s_zero, and i32x4.relaxed_trunc_f64x2_u_zero.
;; `either` comes from https://github.com/WebAssembly/threads.

(module
(func (export "i32x4.relaxed_trunc_f32x4_s") (param v128) (result v128) (i32x4.relaxed_trunc_f32x4_s (local.get 0)))
Expand Down
1 change: 1 addition & 0 deletions test/core/relaxed-simd/i8x16_relaxed_swizzle.wast
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
;; Tests for relaxed i8x16 swizzle.
;; `either` comes from https://github.com/WebAssembly/threads.

(module
(func (export "i8x16.relaxed_swizzle") (param v128 v128) (result v128) (i8x16.relaxed_swizzle (local.get 0) (local.get 1)))
Expand Down
1 change: 1 addition & 0 deletions test/core/relaxed-simd/relaxed_dot_product.wast
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
;; Tests for relaxed dot products.
;; `either` comes from https://github.com/WebAssembly/threads.

(module
(func (export "i16x8.relaxed_dot_i8x16_i7x16_s") (param v128 v128) (result v128) (i16x8.relaxed_dot_i8x16_i7x16_s (local.get 0) (local.get 1)))
Expand Down
1 change: 1 addition & 0 deletions test/core/relaxed-simd/relaxed_laneselect.wast
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
;; Tests for i8x16.relaxed_laneselect, i16x8.relaxed_laneselect, i32x4.relaxed_laneselect, and i64x2.relaxed_laneselect.
;; `either` comes from https://github.com/WebAssembly/threads.

(module
(func (export "i8x16.relaxed_laneselect") (param v128 v128 v128) (result v128) (i8x16.relaxed_laneselect (local.get 0) (local.get 1) (local.get 2)))
Expand Down
1 change: 1 addition & 0 deletions test/core/relaxed-simd/relaxed_madd_nmadd.wast
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
;; Tests for f32x4.relaxed_madd, f32x4.relaxed_nmadd, f64x2.relaxed_madd, and f64x2.relaxed_nmadd.
;; `either` comes from https://github.com/WebAssembly/threads.

(module
(func (export "f32x4.relaxed_madd") (param v128 v128 v128) (result v128) (f32x4.relaxed_madd (local.get 0) (local.get 1) (local.get 2)))
Expand Down
1 change: 1 addition & 0 deletions test/core/relaxed-simd/relaxed_min_max.wast
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
;; Tests for f32x4.min, f32x4.max, f64x2.min, and f64x2.max.
;; `either` comes from https://github.com/WebAssembly/threads.

(module
(func (export "f32x4.relaxed_min") (param v128 v128) (result v128) (f32x4.relaxed_min (local.get 0) (local.get 1)))
Expand Down

0 comments on commit d879d67

Please sign in to comment.