fix formatting
authorprogrammerjake@6415f89267377da4199b62e82acfa94913226af1 <programmerjake@web>
Sun, 1 Sep 2019 16:23:27 +0000 (17:23 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 1 Sep 2019 16:23:27 +0000 (17:23 +0100)
simple_v_extension/vblock_format/discussion.mdwn

index 98a1820c9c8fc74245c0995d9d8f423607604e50..c6949ee59748d3c15475ea633e3b00afb7c9425a 100644 (file)
@@ -87,10 +87,10 @@ Example (contrived):
 
 Writing those out separately, for clarity:
 
-  ADD vector-x3, vector-x5, scalar-x12 # from vs1=1, vs2=0, vd=vs1|vs2
-  ADD vector-x7, vector-x5, vector-x3  # x7: v-x5 | v-x3
-  ADD scalar-x9, scalar-x4, scalar-x4  # x9, x4 not prefixed, therefore scalar
-  ADD vector-x7, vector-x5, scalar-x4  # x4 marked as scalar, x7, x5 vector
+  ADD vector-x3, vector-x5, scalar-x12 # from vs1=1, vs2=0, vd=vs1|vs2  
+  ADD vector-x7, vector-x5, vector-x3  # x7: v-x5 | v-x3  
+  ADD scalar-x9, scalar-x4, scalar-x4  # x9, x4 not prefixed, therefore scalar  
+  ADD vector-x7, vector-x5, scalar-x4  # x4 marked as scalar, x7, x5 vector  
 
 Twin-SVP mode allows certain registers to be explicitly marked as "scalar",
 where some of the rules might otherwise start to cascade through and cause