(no commit message)
authorlkcl <lkcl@web>
Sat, 18 Jun 2022 23:08:27 +0000 (00:08 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 18 Jun 2022 23:08:27 +0000 (00:08 +0100)
openpower/sv.mdwn

index ddde62b44cf59fd01021b03ee288745050a759e0..35d1502cc1d9ab5cc7574cbefe8fa81c9ca57dee 100644 (file)
@@ -25,8 +25,6 @@ Fundamental design principles:
 
 * Taking the simplicity of the RISC paradigm and applying it strictly and
   uniformly to create a Scalable Vector ISA.
-* Simplicity of introduction and implementation on top of
-  the existing Power ISA without disruption.
 * Effectively a hardware for-loop, pausing PC, issuing multiple scalar
   operations
 * Preserving the underlying scalar execution dependencies as if the
@@ -45,6 +43,8 @@ Fundamental design principles:
 
 Advantages of these design principles:
 
+* Simplicity of introduction and implementation on top of
+  the existing Power ISA without disruption.
 * It is therefore easy to create a first (and sometimes only)
   implementation as literally a for-loop in hardware, simulators, and
   compilers.