projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30570e9
)
"standard" means IEEE754 so adding that
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 3 Jun 2021 21:51:29 +0000
(22:51 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 3 Jun 2021 21:51:29 +0000
(22:51 +0100)
openpower/sv/int_fp_mv.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/int_fp_mv.mdwn
b/openpower/sv/int_fp_mv.mdwn
index 566621f8de1f523d48013537860d3f8175839fba..120bd30e648dd853aabd6087c726e84d8271947f 100644
(file)
--- 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)