(no commit message)
authorlkcl <lkcl@web>
Mon, 30 May 2022 09:32:48 +0000 (10:32 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 30 May 2022 09:32:48 +0000 (10:32 +0100)
openpower/sv/bitmanip.mdwn

index b742b1db804d267b66eac3285e40efb5a4db23b5..1e7d5dfb6d259905efc5dc219de0b51620e7e691 100644 (file)
@@ -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)
 {