add walkthrough polymorphism
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 21 Oct 2018 13:33:12 +0000 (14:33 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 21 Oct 2018 13:33:12 +0000 (14:33 +0100)
simple_v_extension/specification.mdwn

index 68effb7e48664dc917b19b672df1f1bfad85fc83..f9c687fa01f579b53feb533ca0236575e9ef92d7 100644 (file)
@@ -1447,6 +1447,16 @@ Example SIMD micro-architectural implementation:
 This requires a read on rd, however this is required anyway in order
 to support non-zeroing mode.
 
+## Specific instruction walk-throughs
+
+This section covers walk-throughs of the above-outlined procedure
+for converting standard RISC-V scalar arithmetic operations to
+polymorphic widths, to ensure that it is correct.
+
+### add
+
+TODO
+
 # Exceptions
 
 TODO: expand.  Exceptions may occur at any time, in any given underlying