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

index 5ee47abc25088f3d93effcfbcd0ebbe6a205c46f..04d4b4671986df5dcf34f566cd47261b3125a03f 100644 (file)
@@ -161,9 +161,10 @@ the other space totalling two 75% Majors.
 
 Note critically that:
 
-* SVP64 may **not** hold any Scalar operations. There is no free available space.
+*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*
+  **even when these 24-bits are zero**
 * 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