(no commit message)
authorlkcl <lkcl@web>
Mon, 30 May 2022 13:20:08 +0000 (14:20 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 30 May 2022 13:20:08 +0000 (14:20 +0100)
openpower/sv/bitmanip.mdwn

index 32c3015bb060f20edc887fde5c3eb837be41d6ff..ad45f1620851b6890eb64b4fd827732919ee0c87 100644 (file)
@@ -676,8 +676,12 @@ 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. see <https://gist.github.com/animetosho/d3ca95da2131b5813e16b5bb1b137ca0>
+bmatflip and bmatxor is found in the Cray XMT, and in x86 is known
+as GF2P8AFFINEQB. uses:
+
+* <https://gist.github.com/animetosho/d3ca95da2131b5813e16b5bb1b137ca0>
+* SM4, Reed Solomon, RAID6 <https://stackoverflow.com/questions/59124720/what-are-the-avx-512-galois-field-related-instructions-for>
+* Vector bit-reverse <https://reviews.llvm.org/D91515?id=305411>
 
 | 0.5|6.10|11.15|16.20 |21..28   | 29.30|31| name | Form |
 | -- | -- | --- | ---  | -----   | -----|--| ------ | ----- |