(no commit message)
authorlkcl <lkcl@web>
Thu, 26 May 2022 09:20:22 +0000 (10:20 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 26 May 2022 09:20:22 +0000 (10:20 +0100)
openpower/sv/int_fp_mv.mdwn

index 475fc250ffcefb7d34195a971345cc600371ef72..4d21a5752860daff00f96b80ca34c42224681295 100644 (file)
@@ -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**