(no commit message)
authorlkcl <lkcl@web>
Mon, 23 May 2022 22:22:40 +0000 (23:22 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 23 May 2022 22:22:40 +0000 (23:22 +0100)
openpower/sv/vector_ops.mdwn

index a30694cd062a0b113e50025c83a077570d130781..61a3e9dbf73f86ee29b31825b221ff4c0263bf1b 100644 (file)
@@ -47,6 +47,9 @@ Pseudocode:
             if src1[i] == src2[j]:
                 result[j] |= 1<<i
 
+*(Idea: implement this as a Triangular Schedule, Vertical-First Mode,
+  using `mfcrweird` and `cmpi`)*
+
 ## iota
 
 Based on RVV vmiota.  vmiota may be viewed as a cumulative variant of popcount, generating multiple results.  successive iterations include more and more bits of the bitstream being tested.