(no commit message)
authorlkcl <lkcl@web>
Sun, 9 Oct 2022 21:18:37 +0000 (22:18 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 9 Oct 2022 21:18:37 +0000 (22:18 +0100)
openpower/sv/rfc/ls002/discussion.mdwn

index 19dd63e387cdbb195c1dee8c8baac2b95208efe5..28b8a1ae9bbe14dd902a61b7d48bdfebc3c90f77 100644 (file)
@@ -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`,