From a062bcc3911ed79e225f7905bf260e6401fd0b41 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 11 Apr 2018 19:40:18 +0100 Subject: [PATCH] oops markdown error --- simple_v_extension.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/simple_v_extension.mdwn b/simple_v_extension.mdwn index 36b000e77..0c90a9978 100644 --- a/simple_v_extension.mdwn +++ b/simple_v_extension.mdwn @@ -307,12 +307,12 @@ condition-codes or predication. By adding a CSR it becomes possible to also tag certain registers as "predicated if referenced as a destination". Example: -> # in future operations if r0 is the destination use r5 as -> # the PREDICATION register +> // in future operations if r0 is the destination use r5 as +> // the PREDICATION register > IMPLICICSRPREDICATE r0, r5 -> # store the compares in r5 as the PREDICATION register +> // store the compares in r5 as the PREDICATION register > CMPEQ8 r5, r1, r2 -> # r0 is used here. ah ha! that means it's predicated using r5! +> // r0 is used here. ah ha! that means it's predicated using r5! > ADD8 r0, r1, r3 With enough registers (and there are enough registers) some fairly -- 2.30.2