projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e208bcb
)
(no commit message)
author
shriya
<shriya@web>
Tue, 5 Dec 2023 13:44:00 +0000
(13:44 +0000)
committer
IkiWiki
<ikiwiki.info>
Tue, 5 Dec 2023 13:44:00 +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 dc1b32c747e93f7edb31ea17dc0a24e0139f506d..b7115c5659491d1d8565cad3b96db9e84fdbc5c1 100644
(file)
--- a/
openpower/sv/cookbook/pospopcnt.mdwn
+++ b/
openpower/sv/cookbook/pospopcnt.mdwn
@@
-44,4
+44,7
@@
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
+* <https://raw.githubusercontent.com/riscv/riscv-bitmanip/master/bitmanip-draft.pdf>
+
[[!tag svp64_cookbook ]]