projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0324e31
)
(no commit message)
author
lkcl
<lkcl@web>
Fri, 18 Mar 2022 19:03:19 +0000
(19:03 +0000)
committer
IkiWiki
<ikiwiki.info>
Fri, 18 Mar 2022 19:03:19 +0000
(19:03 +0000)
openpower/sv/bitmanip.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/bitmanip.mdwn
b/openpower/sv/bitmanip.mdwn
index e8ceb8b7f636ebb42d04d57246cc8b6ee89c7cb3..f05bfc9f41bf3b97ad573986e276e2d1e3a2ed3c 100644
(file)
--- a/
openpower/sv/bitmanip.mdwn
+++ b/
openpower/sv/bitmanip.mdwn
@@
-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)`