minor priority/wording change on ls006.fpintmv
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 10 Feb 2024 19:46:33 +0000 (19:46 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 10 Feb 2024 19:46:33 +0000 (19:46 +0000)
openpower/sv/int_fp_mv/cvt_fp_to_int_overview.mdwn

index e9be58c36c2fd530945af5f877a9be700b570369..30c7f5102d2c33e42574f39051796497b83a7e5d 100644 (file)
@@ -12,9 +12,7 @@ modes supported by the `cffpr` instruction are as follows:
     as well as commonly used floating-point to integer conversions on x86.
 
 * S-Type: <div id="fpr-to-gpr-conversion-s-type"></div>
-    Used for WebAssembly's `trunc_sat_u`[^trunc_sat_u] and
-    `trunc_sat_s`[^trunc_sat_s] instructions, as well as several notable
-    programming languages:
+    Used for several notable programming languages:
 
     * Java's conversion from `float`/`double` to `long`/`int`[^java_fp_to_int]
     * Rust's `as` operator[^rust_as_operator]
@@ -23,6 +21,9 @@ modes supported by the `cffpr` instruction are as follows:
     * SPIR-V's OpenCL dialect's `OpConvertFToU`[^SPIRV_OpConvertFToU] and
         `OpConvertFToS`[^SPIRV_OpConvertFToS] instructions when decorated with
         the `SaturatedConversion`[^SPIRV_SaturatedConversion] decorator.
+    * Also WebAssembly's `trunc_sat_u`[^trunc_sat_u] and
+        `trunc_sat_s`[^trunc_sat_s] instructions,
+
 
 * E-Type: <div id="fpr-to-gpr-conversion-e-type"></div>
     Used for ECMAScript's `ToInt32` abstract operation[^ECMAScript_ToInt32].