From e94f771428a4b144b3777ef3dda8981a0125cd47 Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Sat, 9 Dec 2023 11:43:56 -0300 Subject: [PATCH] Fix typo --- openpower/sv/cookbook/pospopcnt.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/cookbook/pospopcnt.mdwn b/openpower/sv/cookbook/pospopcnt.mdwn index 04e9e1268..9de6b5fea 100644 --- a/openpower/sv/cookbook/pospopcnt.mdwn +++ b/openpower/sv/cookbook/pospopcnt.mdwn @@ -252,7 +252,7 @@ instead can rely to a large extent on standard Multi-Issue hardware to achieve similar performance, whilst crucially keeping the algorithm implementation down to a shockingly-simple degree that makes it easy to understand an easy to review. Again also as with many other algorithms -when implemented in Simple-V SVP54, by keeping to a LOAD-COMPUTE-STORE +when implemented in Simple-V SVP64, by keeping to a LOAD-COMPUTE-STORE paradigm the L1 Data Cache usage is minimised, and in this case just as with chacha20 the entire algorithm, being only 9 lines of assembler fitting into 13 4-byte words it can fit into a single L1 I-Cache Line -- 2.30.2