Fix typo
authorCesar Strauss <cestrauss@gmail.com>
Sat, 9 Dec 2023 14:43:56 +0000 (11:43 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Sat, 9 Dec 2023 14:45:22 +0000 (11:45 -0300)
openpower/sv/cookbook/pospopcnt.mdwn

index 04e9e1268c6ea26793d3b9b2c3a3f60475a8f128..9de6b5feacf31dc27ec42b97eca7e0cc5594d8a4 100644 (file)
@@ -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
 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
 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