add duplication analysis
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 21 Apr 2018 22:50:18 +0000 (23:50 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 21 Apr 2018 22:50:18 +0000 (23:50 +0100)
simple_v_extension.mdwn
simple_v_extension/v_comparative_analysis.mdwn

index 118dda9a956b6ce10b6e4c65a3301241ebf4f390..61bd259dde7d9b4846a8b0c544db71f6f1fb8406 100644 (file)
@@ -1595,3 +1595,4 @@ Also to be taken into consideration:
 * Discussion on RVV "re-entrant" capabilities allowing operations to be
   restarted if an exception occurs (VM page-table miss)
   <https://groups.google.com/a/groups.riscv.org/d/msg/isa-dev/IuNFitTw9fM/CCKBUlzsAAAJ>
+* Dot Product Vector <https://people.eecs.berkeley.edu/~biancolin/papers/arith17.pdf>
index b2546275f1666697d6cd0a3e55f3fd6bb3dab3d3..5a955d2e90ef18f8dfe2494e396220002f342023 100644 (file)
@@ -440,7 +440,7 @@ to produce the incremented address.  This does *not* require additional
 ports on the scalar register file, unlike scalar post-increment addressing
 modes.
 
-# TODO: instructions (based on Hwacha) V-Ext duplication analysis
+# TODO: instructions V-Ext duplication analysis <a name="duplication_analysis">
 
 This is partly speculative due to lack of access to an up-to-date
 V-Ext Spec (V2.3-draft RVV 0.4-Draft at the time of writing).  However