aboutsummaryrefslogtreecommitdiff
path: root/src/zfinx.adoc
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-01-30 19:25:20 -0800
committerAndrew Waterman <andrew@sifive.com>2023-01-30 19:25:20 -0800
commit4d17e06402f60d4a8fce4bb8582d758e00d11c56 (patch)
treec872628ab997e6cba682cff14691991e670429e4 /src/zfinx.adoc
parent58dbe15b5a2cc6c9c7a8c542ce91014a72ab7fa9 (diff)
downloadriscv-isa-manual-4d17e06402f60d4a8fce4bb8582d758e00d11c56.zip
riscv-isa-manual-4d17e06402f60d4a8fce4bb8582d758e00d11c56.tar.gz
riscv-isa-manual-4d17e06402f60d4a8fce4bb8582d758e00d11c56.tar.bz2
"Fix" formatting error
Diffstat (limited to 'src/zfinx.adoc')
-rw-r--r--src/zfinx.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zfinx.adoc b/src/zfinx.adoc
index b75379f..b47ee49 100644
--- a/src/zfinx.adoc
+++ b/src/zfinx.adoc
@@ -46,7 +46,7 @@ bits _w_-1:0 of an `x` register. Floating-point operations on _w_-bit
operands ignore operand bits XLEN-1: _w_.
Floating-point operations that produce _w_ latexmath:[$<$] XLEN-bit
-results fill bits XLEN-1:_w_ with copies of bit _w_-1 (the sign bit).
+results fill bits XLEN-1: _w_ with copies of bit _w_-1 (the sign bit).
[NOTE]
====