split pred out
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 25 Jun 2019 13:07:01 +0000 (14:07 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 25 Jun 2019 13:07:01 +0000 (14:07 +0100)
simple_v_extension/specification.mdwn

index 81aba13a423aea389c33a6fdb77102700d1f38e8..22f58baadc058e3317458baed91322dfe2a98633 100644 (file)
@@ -641,7 +641,7 @@ The 16 bit Predication CSR Table is a key-value store, so
 implementation-wise it will be faster to turn the table around (maintain
 topologically equivalent state):
 
-[[!inline raw="yes" pagenames="simple_v_specification/pred_table"]]
+[[!inline raw="yes" pages="pred_table"]]
 
 So when an operation is to be predicated, it is the internal state that
 is used.  In Section 6.4.2 of Hwacha's Manual (EECS-2015-262) the following