summaryrefslogtreecommitdiff
path: root/test/binaryen.js/kitchen-sink.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/binaryen.js/kitchen-sink.js')
-rw-r--r--test/binaryen.js/kitchen-sink.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/binaryen.js/kitchen-sink.js b/test/binaryen.js/kitchen-sink.js
index 6db6f3720..0b693b970 100644
--- a/test/binaryen.js/kitchen-sink.js
+++ b/test/binaryen.js/kitchen-sink.js
@@ -389,12 +389,16 @@ function test_core() {
module.f32x4.div(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
module.f32x4.min(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
module.f32x4.max(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
+ module.f32x4.pmin(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
+ module.f32x4.pmax(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
module.f64x2.add(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
module.f64x2.sub(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
module.f64x2.mul(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
module.f64x2.div(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
module.f64x2.min(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
module.f64x2.max(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
+ module.f64x2.pmin(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
+ module.f64x2.pmax(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
module.i8x16.narrow_i16x8_s(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
module.i8x16.narrow_i16x8_u(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),
module.i16x8.narrow_i32x4_s(module.v128.const(v128_bytes), module.v128.const(v128_bytes)),