projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7865467
)
clarification requested: which standard?
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 3 Jun 2021 21:34:57 +0000
(22:34 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 3 Jun 2021 21:34:57 +0000
(22:34 +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 9c7c86ab25d31076561e0495f0de5b8d5433b51a..c497f6f74ed2302f9fcca97f441387a9d2c560fd 100644
(file)
--- 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)