From 3169842e759ceb95ac4078148ed8b7e04b842372 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 26 May 2022 10:20:22 +0100 Subject: [PATCH] --- openpower/sv/int_fp_mv.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openpower/sv/int_fp_mv.mdwn b/openpower/sv/int_fp_mv.mdwn index 475fc250f..4d21a5752 100644 --- a/openpower/sv/int_fp_mv.mdwn +++ b/openpower/sv/int_fp_mv.mdwn @@ -351,6 +351,9 @@ Those same semantics are used in some way by all of the following languages (not [`OpConvertFToS`](https://www.khronos.org/registry/spir-v/specs/unified1/SPIRV.html#OpConvertFToS) instructions when decorated with [the `SaturatedConversion` decorator](https://www.khronos.org/registry/spir-v/specs/unified1/SPIRV.html#_a_id_decoration_a_decoration). +* WebAssembly has also introduced + [trunc_sat_u](ttps://webassembly.github.io/spec/core/exec/numerics.html#op-trunc-sat-u) and + [trunc_sat_s](https://webassembly.github.io/spec/core/exec/numerics.html#op-trunc-sat-s) **JavaScript conversion** -- 2.30.2