aboutsummaryrefslogtreecommitdiff
path: root/src/zfinx.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-01-08 16:01:45 -0500
committerBill Traynor <wmat@riscv.org>2023-01-08 16:01:45 -0500
commita886984f276ab03fb43eb2c430636bc6a8bfea7e (patch)
tree1fb952ec023cfce438d07002af30347ed371a990 /src/zfinx.adoc
parentc611d86fe9ab684afcbb7be55bc5a72ee1a07356 (diff)
downloadriscv-isa-manual-a886984f276ab03fb43eb2c430636bc6a8bfea7e.zip
riscv-isa-manual-a886984f276ab03fb43eb2c430636bc6a8bfea7e.tar.gz
riscv-isa-manual-a886984f276ab03fb43eb2c430636bc6a8bfea7e.tar.bz2
Fixing italicization of w.
Sometimes italicization breaks.
Diffstat (limited to 'src/zfinx.adoc')
-rw-r--r--src/zfinx.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/zfinx.adoc b/src/zfinx.adoc
index bae4695..b75379f 100644
--- a/src/zfinx.adoc
+++ b/src/zfinx.adoc
@@ -41,11 +41,11 @@ number.
=== Processing of Narrower Values
-Floating-point operands of width _w_ latexmath:[$<$] XLEN bits occupy
+Floating-point operands of width _w_ latexmath:[$<$] XLEN bits occupy
bits _w_-1:0 of an `x` register. Floating-point operations on _w_-bit
-operands ignore operand bits XLEN-1:_w_.
+operands ignore operand bits XLEN-1: _w_.
-Floating-point operations that produce _w_ latexmath:[$<$] XLEN-bit
+Floating-point operations that produce _w_ latexmath:[$<$] XLEN-bit
results fill bits XLEN-1:_w_ with copies of bit _w_-1 (the sign bit).
[NOTE]