projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c560db
)
(no commit message)
author
lkcl
<lkcl@web>
Tue, 26 Jan 2021 03:48:20 +0000
(
03:48
+0000)
committer
IkiWiki
<ikiwiki.info>
Tue, 26 Jan 2021 03:48:20 +0000
(
03:48
+0000)
openpower/sv/bitmanip.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/bitmanip.mdwn
b/openpower/sv/bitmanip.mdwn
index 16e7cda945c879d76e6ae34ba57977ea326423b5..3c8eeb54c07d9c86101d723e4db3862c355ab3cb 100644
(file)
--- a/
openpower/sv/bitmanip.mdwn
+++ b/
openpower/sv/bitmanip.mdwn
@@
-494,6
+494,8
@@
if __name__ == "__main__":
# crc
+* <https://stackoverflow.com/questions/21171733/calculating-constants-for-crc32-using-pclmulqdq>
+
```
uint_xlen_t crc32(uint_xlen_t x, int nbits)
{