From 5e579d3b68d78fafc227038c19562d4ff4579f71 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 16 Apr 2023 13:42:09 +0100 Subject: [PATCH] --- openpower/sv/remap.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index 088b147f2..83d64a542 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -41,11 +41,12 @@ 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 +it was realised that Matrix REMAP 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 +variants of Multiply-Accumulate and many more uses expected to be +discovered. This *without adding actual explicit Vector opcodes for any of the same*. Thus it should be very clear: -- 2.30.2