projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d5abd4
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 9 Oct 2022 21:18:37 +0000
(22:18 +0100)
committer
IkiWiki
<ikiwiki.info>
Sun, 9 Oct 2022 21:18:37 +0000
(22:18 +0100)
openpower/sv/rfc/ls002/discussion.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/rfc/ls002/discussion.mdwn
b/openpower/sv/rfc/ls002/discussion.mdwn
index 19dd63e387cdbb195c1dee8c8baac2b95208efe5..28b8a1ae9bbe14dd902a61b7d48bdfebc3c90f77 100644
(file)
--- a/
openpower/sv/rfc/ls002/discussion.mdwn
+++ b/
openpower/sv/rfc/ls002/discussion.mdwn
@@
-105,7
+105,8
@@
that whilst the initial idea for `pfmvis` would be to fill in the
remaining mantissa and high exponent bits to complete a full FP64,
the cost of doing so is:
-* 1x64 pflis
+* 1x32 flis
+* 1x32 fishmv
* 1x64 pfishmv
which totals to 16 bytes loaded which is actually *more* than just `lfd`,