projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d82196e
)
(no commit message)
author
lkcl
<lkcl@web>
Fri, 25 Dec 2020 22:26:27 +0000
(22:26 +0000)
committer
IkiWiki
<ikiwiki.info>
Fri, 25 Dec 2020 22:26:27 +0000
(22:26 +0000)
openpower/sv/bitmanip.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/bitmanip.mdwn
b/openpower/sv/bitmanip.mdwn
index 947c856a266de6a0bbc24deb4babd5a9d4951f93..593e2392735f53650b235dbdd02ac76409198c62 100644
(file)
--- a/
openpower/sv/bitmanip.mdwn
+++ b/
openpower/sv/bitmanip.mdwn
@@
-114,6
+114,8
@@
uint_xlen_t cmix(uint_xlen_t rs1, uint_xlen_t rs2, uint_xlen_t rs3) { return (rs
# carryless mul
+based on RV bitmanip
+
```
uint_xlen_t clmul(uint_xlen_t rs1, uint_xlen_t rs2) { uint_xlen_t x = 0;
}