diff options
-rw-r--r-- | src/zfinx.adoc | 6 |
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] |