projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
227e2aa
)
(no commit message)
author
lkcl
<lkcl@web>
Mon, 30 May 2022 09:32:48 +0000
(10:32 +0100)
committer
IkiWiki
<ikiwiki.info>
Mon, 30 May 2022 09:32:48 +0000
(10:32 +0100)
openpower/sv/bitmanip.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/bitmanip.mdwn
b/openpower/sv/bitmanip.mdwn
index b742b1db804d267b66eac3285e40efb5a4db23b5..1e7d5dfb6d259905efc5dc219de0b51620e7e691 100644
(file)
--- a/
openpower/sv/bitmanip.mdwn
+++ b/
openpower/sv/bitmanip.mdwn
@@
-677,6
+677,9
@@
uint_xlen_t xperm_w (uint_xlen_t RA, uint_xlen_t RB)
# bitmatrix
+bmatflip is found in the Cray XMT, and in x86 is known
+as GF2P8AFFINEQB
+
```
uint64_t bmatflip(uint64_t RA)
{