(no commit message)
authorlkcl <lkcl@web>
Sat, 23 Jul 2022 10:47:55 +0000 (11:47 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 23 Jul 2022 10:47:55 +0000 (11:47 +0100)
openpower/sv/executive_summary.mdwn

index a82cc536299ae8b42f5f5fb4090e7be2d20b7cb5..7ff6d1f51a0373f7292c042edd3d9214764499b5 100644 (file)
@@ -1,4 +1,12 @@
-Simple-V is a Scalable Vector ISA Extension specifically for the Power ISA.
+Simple-V is a Scalable Vector ISA Extension specifically tailored
+for the uniquely powerful capabilities of the Power ISA.
+
+**Simple-V does not modify harm or corrupt the existing Power ISA** and
+does not interfere with an existing system.  It needs only a small
+allocation of opcodes (five) to implement, whereas any other Vector
+implementation would require an intrusive fundamental overhaul of the
+Power ISA.
+
 It is extremely important to think of Simple-V as a 2-Dimensional ISA:
 instructions vertical and registers horizontal otherwise it will be
 difficult to understand.
@@ -14,10 +22,6 @@ ARM NEON, AVX-512 and ARM SVE2 are all Predicated SIMD ISAs and
 through explicit predicate masks which increases instruction count in
 hot-loops.
 
-**Simple-V does not modify harm or corrupt the existing Power ISA** and does not
-interfere with an existing system.  It needs only a small allocation of opcodes (five) to implement, whereas any other Vector implementation would
-require an intrusive fundamental overhaul of the Power ISA.
-
 We invented Simple-V to be simple because we don't like complicated.
 
 Links to Simulator, installation scripts, and Unit tests: