From: lkcl Date: Fri, 5 Jan 2024 16:10:38 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c38c3e936bde70c8fda9e955b172808f54d364b4;p=libreriscv.git --- diff --git a/openpower/sv/cookbook/daxpy_example.mdwn b/openpower/sv/cookbook/daxpy_example.mdwn index 0519714a1..fc026cf79 100644 --- a/openpower/sv/cookbook/daxpy_example.mdwn +++ b/openpower/sv/cookbook/daxpy_example.mdwn @@ -51,7 +51,7 @@ of the next batch. If `sv.lfdup` was not available, `sv.lfdu` could be used to the same effect, but RA would have to be *pre-subtracted by one element*, outside of the loop. Due to the compactness of this highly hardware-parallelizable -algorithm, that one additinal instruction would increase the implementation +algorithm, that one additional instruction would increase the implementation code size by 5 percent! This helps explain why Post-Increment Update Load/Store instructions are so important.