(no commit message)
authorlkcl <lkcl@web>
Tue, 26 Jan 2021 03:48:20 +0000 (03:48 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 26 Jan 2021 03:48:20 +0000 (03:48 +0000)
openpower/sv/bitmanip.mdwn

index 16e7cda945c879d76e6ae34ba57977ea326423b5..3c8eeb54c07d9c86101d723e4db3862c355ab3cb 100644 (file)
@@ -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)
 {