"standard" means IEEE754 so adding that
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 3 Jun 2021 21:51:29 +0000 (22:51 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 3 Jun 2021 21:51:29 +0000 (22:51 +0100)
openpower/sv/int_fp_mv.mdwn

index 566621f8de1f523d48013537860d3f8175839fba..120bd30e648dd853aabd6087c726e84d8271947f 100644 (file)
@@ -34,7 +34,7 @@ If we're adding new Integer <-> FP conversion instructions, we may
 as well take this opportunity to modernise the instructions and make them
 well suited for common/important conversion sequences:
 
-* standard Integer -> FP IEEE754 conversion
+* standard Integer -> FP IEEE754 conversion (used by most languages and CPUs)
 * standard OpenPower FP -> Integer conversion (saturation with NaN
   converted to minimum valid integer)
 * Rust FP -> Integer conversion (saturation with NaN converted to 0)