projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5125f4b
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 21 Jan 2021 00:47:32 +0000
(
00:47
+0000)
committer
IkiWiki
<ikiwiki.info>
Thu, 21 Jan 2021 00:47:32 +0000
(
00:47
+0000)
openpower/sv/bitmanip.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/bitmanip.mdwn
b/openpower/sv/bitmanip.mdwn
index acf728cb8157c79f89a0eb1ee26f83fad6e0bac8..5cc43ba7b1787bb1c94cacd1a7d4698ceb6dd6da 100644
(file)
--- a/
openpower/sv/bitmanip.mdwn
+++ b/
openpower/sv/bitmanip.mdwn
@@
-398,6
+398,7
@@
uint_xlen_t cmix(uint_xlen_t RA, uint_xlen_t RB, uint_xlen_t RC) {
# carryless mul
based on RV bitmanip
+see https://en.wikipedia.org/wiki/CLMUL_instruction_set
```
uint_xlen_t clmul(uint_xlen_t RA, uint_xlen_t RB)