projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a584390
)
(no commit message)
author
shriya
<shriya@web>
Tue, 5 Dec 2023 13:44:42 +0000
(13:44 +0000)
committer
IkiWiki
<ikiwiki.info>
Tue, 5 Dec 2023 13:44:42 +0000
(13:44 +0000)
openpower/sv/cookbook/pospopcnt.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/cookbook/pospopcnt.mdwn
b/openpower/sv/cookbook/pospopcnt.mdwn
index b7115c5659491d1d8565cad3b96db9e84fdbc5c1..c3be777963dae797d8a3d36b31109dc3280103a9 100644
(file)
--- a/
openpower/sv/cookbook/pospopcnt.mdwn
+++ b/
openpower/sv/cookbook/pospopcnt.mdwn
@@
-44,7
+44,8
@@
Array popcount is just standard popcount function ([[!wikipedia Hamming weight]]
<img src="/openpower/sv/cookbook/popcount.svg " alt="pospopcnt" width="70%" />
-RISC-V Bitmanip Extension Document Version 0.94-draft Editor: Claire Wolf Symbiotic GmbH
+#RISC-V Bitmanip Extension Document Version 0.94-draft Editor: Claire Wolf Symbiotic GmbH
+
* <https://raw.githubusercontent.com/riscv/riscv-bitmanip/master/bitmanip-draft.pdf>
[[!tag svp64_cookbook ]]