(no commit message)
authorlkcl <lkcl@web>
Wed, 9 Mar 2022 09:04:19 +0000 (09:04 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 9 Mar 2022 09:04:19 +0000 (09:04 +0000)
openpower/sv/bitmanip.mdwn

index c0e63b6ae119469f555854a40778936f423a5ba4..0a9e6df0c1112a1dcd40c0b727799498ce9a3c75 100644 (file)
@@ -670,7 +670,8 @@ GFMOD is a pseudo-op where RA=0
 ## carryless mul
 
 based on RV bitmanip
-see <https://en.wikipedia.org/wiki/CLMUL_instruction_set>
+see <https://en.wikipedia.org/wiki/CLMUL_instruction_set> and
+<https://www.felixcloutier.com/x86/pclmulqdq>
 
 these are GF2 operations with the modulo set to 2^degree.
 they are worth adding as their own non-overwrite operations