diff options
author | Andrew Waterman <andrew@sifive.com> | 2017-06-20 10:53:56 -0700 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2017-06-20 10:53:56 -0700 |
commit | 7c12718366391354e11f2a3df98c7543c22661c8 (patch) | |
tree | 65b0f772393a3b832b76650bd213ae329febf9cf /src/m.tex | |
parent | e2b427997453e72c9733620cd505efb196fd6766 (diff) | |
download | riscv-isa-manual-7c12718366391354e11f2a3df98c7543c22661c8.zip riscv-isa-manual-7c12718366391354e11f2a3df98c7543c22661c8.tar.gz riscv-isa-manual-7c12718366391354e11f2a3df98c7543c22661c8.tar.bz2 |
fix typo
Diffstat (limited to 'src/m.tex')
-rw-r--r-- | src/m.tex | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,8 +53,8 @@ multiply operation instead of performing two separate multiplies. \begin{commentary} MULHSU is used in multi-word signed multiplication to multiply the -the most-significant word of the multiplier (which contains the sign bit) -with the least-significant words of the multiplicand (which are unsigned). +most-significant word of the multiplier (which contains the sign bit) +with the less-significant words of the multiplicand (which are unsigned). \end{commentary} MULW is only valid for RV64, and multiplies the lower |