(no commit message)
authorlkcl <lkcl@web>
Sun, 16 Apr 2023 10:49:42 +0000 (11:49 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 16 Apr 2023 10:49:42 +0000 (11:49 +0100)
openpower/sv/remap.mdwn

index 2559ab2533316709d0bb8ac94a74113a60cf60a6..bd2c0ff2a36f8b2c44a976b990e3cef7a5010b0c 100644 (file)
@@ -39,6 +39,15 @@ Additional uses include regular "Structure Packing" such as RGB pixel
 data extraction and reforming (although less costly vec2/3/4 reshaping
 is achievable with `PACK/UNPACK`).
 
+Even once designed as an independent RISC-paradigm abstraction system
+Matrix REMAP was realised could be applied to min/max instructions to
+achieve Floyd-Warshall Graph computations, or to AND/OR Ternary
+bitmanipulation to compute Warshall Transitive Closure, or
+to perform Cryptographic Matrix operations with Galois Field
+variants of Multiply-Accumulate. This *without
+adding actual explicit Vector opcodes for any of the same*.
+
+Thus it should be very clear:
 REMAP, like all of SV, is abstracted out, meaning that unlike traditional
 Vector ISAs which would typically only have a limited set of instructions
 that can be structure-packed (LD/ST and Move operations