(no commit message)
authorlkcl <lkcl@web>
Fri, 1 Jan 2021 16:17:50 +0000 (16:17 +0000)
committerIkiWiki <ikiwiki.info>
Fri, 1 Jan 2021 16:17:50 +0000 (16:17 +0000)
openpower/sv/fcvt.mdwn

index 5729ff0904bcd24e885b9af43911096933ac69fe..332e10ea75c6907b1e18c23dc6a6993cd1656482 100644 (file)
@@ -12,5 +12,5 @@ see <https://bugs.libre-soc.org/show_bug.cgi?id=564> for discussion.
 
 # Higher to lower fmv
 
-Here is the possibility of overflow of the result, as well as rounding.  Effectively, this becomes what `frsp` currently does, whilst `frsp` itself has its meaning change to "convert source to half of src precision followed by conversion to dest precision".
+Here is the possibility of overflow of the result, as well as rounding.  Effectively, this becomes what `frsp` currently does, whilst `frsp` itself has its meaning change from "convert source to single precision" to to "convert source to half of src precision followed by conversion to dest precision" where those two precisions may *or may not* be the same.