diff options
author | Andrew Waterman <andrew@sifive.com> | 2019-01-18 10:46:34 -0800 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2019-01-18 10:46:34 -0800 |
commit | 0420fc341ad951340ba3b9e2372768a5421e22d5 (patch) | |
tree | 6a189de9296ca28c9070e617ffd772dd784be702 /src/d.tex | |
parent | b6527e1b18eb0110007dc24794addccb04bebc41 (diff) | |
download | riscv-isa-manual-0420fc341ad951340ba3b9e2372768a5421e22d5.zip riscv-isa-manual-0420fc341ad951340ba3b9e2372768a5421e22d5.tar.gz riscv-isa-manual-0420fc341ad951340ba3b9e2372768a5421e22d5.tar.bz2 |
Clarify that FMV.X.W doesn't canonicalize NaN payloads
We said this explicitly for FMV.W.X, but not the other way around.
Diffstat (limited to 'src/d.tex')
-rw-r--r-- | src/d.tex | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -328,6 +328,9 @@ representation in IEEE 754-2008 standard encoding in integer register 754-2008 standard encoding from the integer register {\em rs1} to the floating-point register {\em rd}. +FMV.X.D and FMV.D.X do not modify the bits being transferred; in particular, the +payloads of non-canonical NaNs are preserved. + \vspace{-0.2in} \begin{center} \begin{tabular}{R@{}F@{}R@{}R@{}F@{}R@{}O} |