(no commit message)
authorlkcl <lkcl@web>
Sun, 21 Aug 2022 21:10:23 +0000 (22:10 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 21 Aug 2022 21:10:23 +0000 (22:10 +0100)
openpower/sv.mdwn

index b7598dd5ffdb0e8ffddd7f72a9dfcbc71e1821db..75f52b1a7caa8914bc079703ce394f7322f38db2 100644 (file)
@@ -36,6 +36,11 @@ Fundamental design principles:
 * Preserving the underlying scalar execution dependencies as if the
   for-loop had been expanded as actual scalar instructions
   (termed "preserving Program Order")
+* Specifically designed to be Precise-Interruptible at all times
+  (many Vector ISAs have operations which, due to higher internal
+  accuracy or other complexity, must be effectively atomic for
+  the full Vector operation's duration, adversely affecting interrupt
+  response latency)
 * Augments ("tags") existing instructions, providing Vectorisation
   "context" rather than adding new instructions.
 * Strictly does not interfere with or alter the non-Scalable Power ISA