From: Luke Kenneth Casson Leighton Date: Thu, 3 Jun 2021 21:51:29 +0000 (+0100) Subject: "standard" means IEEE754 so adding that X-Git-Tag: DRAFT_SVP64_0_1~825 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f02baffba931fa04f045af78429fbda325c06a2d;p=libreriscv.git "standard" means IEEE754 so adding that --- diff --git a/openpower/sv/int_fp_mv.mdwn b/openpower/sv/int_fp_mv.mdwn index 566621f8d..120bd30e6 100644 --- a/openpower/sv/int_fp_mv.mdwn +++ b/openpower/sv/int_fp_mv.mdwn @@ -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)