move to rst format for discussion
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 25 Jun 2019 08:27:09 +0000 (09:27 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 25 Jun 2019 08:27:09 +0000 (09:27 +0100)
simple_v_extension/sv_prefix_proposal/discussion.rst

index 2c0712fc38b00e9156aba3d6e5f75c9f678b5d3e..19ce948341bba6829ddc9d6e57167710041cf824 100644 (file)
@@ -15,6 +15,10 @@ are a very common operation, I think we should have a separate instruction
 
     velswizzle x32, x64, SRCSUBVL=3, DESTSUBVL=4, ELTYPE=u8, elements=[0, 0, 2, 1]
 
+Answer:
+
+    > ok, i like that idea - adding to TODO list
+
 Example pseudocode:
 
 .. code:: C
@@ -62,10 +66,6 @@ Example pseudocode:
         rd[i * DESTSUBVL + 0] = rs1[i * SRCSUBVL + elements[0]];
     }
 
-Answer:
-
-    > ok, i like that idea - adding to TODO list
-
 ----
 
 What is SUBVL and how does it work