(no commit message)
authorlkcl <lkcl@web>
Thu, 8 Sep 2022 17:03:43 +0000 (18:03 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 8 Sep 2022 17:03:43 +0000 (18:03 +0100)
openpower/sv/rfc/ls001.mdwn

index b2a1fffa80e0ec38f8bac781f0372e3f5861231b..f02126c24901216be0edd30745a824681d2ca7d3 100644 (file)
@@ -191,14 +191,15 @@ the other space totalling two 75% Majors.
 
 Note critically that:
 
-*Unlike EXT001 SVP64's 24-bits may **not** hold also any Scalar operations.
+* Unlike EXT001, SVP64's 24-bits may **not** hold also any Scalar
+  operations.
   There is no free available space: a 25th bit would be required.
   The entire 24-bits is **required** for the abstracted Hardware-Looping Concept
   **even when these 24-bits are zero**
-* Any Scalar 64-bit instruction  (regardless of how it is encoded) is unsafe to
+* Any Scalar 64-bit instruction (regardless of how it is encoded) is unsafe to
   then Vectorise because this creates the situation of Prefixed-Prefixed,
   resulting in deep complexity in Hardware Decode at a critical juncture, as
-  well as bring 96-bit instructions.
+  well as introducing 96-bit instructions.
 
 *Three 75% allocations are thus genuinely needed*, all other options are unsuitable
 for consideration.
@@ -212,7 +213,7 @@ In order of size, for bitmanip and A/V DSP purposes:
 * QTY 8of 5/6-bit (A-Form): xpermi, bincrflut, bmask, fmvis, fishmv, bmrev, Galois Field
 * QTY 30of 10-bit (X-Form): cldiv/mul, av-min/max/diff, absdac, xperm
 
-Note: Some of the Galois Field operations will require QTY 1of Polynomial SPR.
+Note: Some of the Galois Field operations will require QTY 1of Polynomial SPR (per userspace supervisor hypervisor).
 
 **EXT004**