From: lkcl Date: Fri, 1 Jan 2021 16:17:50 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~668 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4353d0a3084e4997124d561dad18a0121b1706af;p=libreriscv.git --- diff --git a/openpower/sv/fcvt.mdwn b/openpower/sv/fcvt.mdwn index 5729ff090..332e10ea7 100644 --- a/openpower/sv/fcvt.mdwn +++ b/openpower/sv/fcvt.mdwn @@ -12,5 +12,5 @@ see 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.