clarification requested: which standard?
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 3 Jun 2021 21:34:57 +0000 (22:34 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 3 Jun 2021 21:34:57 +0000 (22:34 +0100)
openpower/sv/int_fp_mv.mdwn

index 9c7c86ab25d31076561e0495f0de5b8d5433b51a..c497f6f74ed2302f9fcca97f441387a9d2c560fd 100644 (file)
@@ -34,7 +34,8 @@ 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 conversion
+* standard Integer -> FP conversion (**TODO, which standard?** can it
+  be described in words? how does it differ from the other "standards"?)
 * standard OpenPower FP -> Integer conversion (saturation with NaN
   converted to minimum valid integer)
 * Rust FP -> Integer conversion (saturation with NaN converted to 0)