(no commit message)
authorlkcl <lkcl@web>
Fri, 12 Aug 2022 13:44:57 +0000 (14:44 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 12 Aug 2022 13:44:57 +0000 (14:44 +0100)
openpower/sv/svp64_quirks.mdwn

index e94681854be4b060f1b3ab7dbf7c4c577fca51fc..1ae1e76040a6ca275ab52bdcd596c5529f101b97 100644 (file)
@@ -13,6 +13,8 @@ as a concept became popular.
    just because it is prefixed (semantic caveats below)
 3. A hardware-level for-loop (the prefix) makes vector elements
    100% synonymous with scalar instructions (the suffix)
+4. Exactly as with Scalar RISC ISAs, the uniformity does produce
+   "holes" in the encoding or some strange combinations.
 
 How can a Vector ISA even exist when no actual Vector instructions
 are permitted to be added? It comes down to the strict RISC abstraction.