From: Luke Kenneth Casson Leighton Date: Thu, 3 Jun 2021 21:34:57 +0000 (+0100) Subject: clarification requested: which standard? X-Git-Tag: DRAFT_SVP64_0_1~827 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4749616898f83960b9fc59e8eee5754740d2f27d;p=libreriscv.git clarification requested: which standard? --- diff --git a/openpower/sv/int_fp_mv.mdwn b/openpower/sv/int_fp_mv.mdwn index 9c7c86ab2..c497f6f74 100644 --- a/openpower/sv/int_fp_mv.mdwn +++ b/openpower/sv/int_fp_mv.mdwn @@ -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)