From c38c3e936bde70c8fda9e955b172808f54d364b4 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 5 Jan 2024 16:10:38 +0000 Subject: [PATCH] --- openpower/sv/cookbook/daxpy_example.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2