(no commit message)
authorlkcl <lkcl@web>
Fri, 18 Mar 2022 19:03:19 +0000 (19:03 +0000)
committerIkiWiki <ikiwiki.info>
Fri, 18 Mar 2022 19:03:19 +0000 (19:03 +0000)
openpower/sv/bitmanip.mdwn

index e8ceb8b7f636ebb42d04d57246cc8b6ee89c7cb3..f05bfc9f41bf3b97ad573986e276e2d1e3a2ed3c 100644 (file)
@@ -540,6 +540,13 @@ uint64_t gorc64(uint64_t RA, uint64_t RB)
 }
 
 ```
+# Introductory Explanation for Carry-less and Gallois Field
+
+There are three completely separate types of Galois Field
+arithmetic which are not well explained even in introductory
+literature.
+
+* GF(2) which is covered by bibary XOR
 
 # Instructions for Carry-less Operations aka. Polynomials with coefficients in `GF(2)`