From 2a232016881435d593b5cb4480ac72954c3e102e Mon Sep 17 00:00:00 2001 From: "programmerjake@6415f89267377da4199b62e82acfa94913226af1" Date: Sun, 1 Sep 2019 17:23:27 +0100 Subject: [PATCH] fix formatting --- simple_v_extension/vblock_format/discussion.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/simple_v_extension/vblock_format/discussion.mdwn b/simple_v_extension/vblock_format/discussion.mdwn index 98a1820c9..c6949ee59 100644 --- a/simple_v_extension/vblock_format/discussion.mdwn +++ b/simple_v_extension/vblock_format/discussion.mdwn @@ -87,10 +87,10 @@ Example (contrived): Writing those out separately, for clarity: - ADD vector-x3, vector-x5, scalar-x12 # from vs1=1, vs2=0, vd=vs1|vs2 - ADD vector-x7, vector-x5, vector-x3 # x7: v-x5 | v-x3 - ADD scalar-x9, scalar-x4, scalar-x4 # x9, x4 not prefixed, therefore scalar - ADD vector-x7, vector-x5, scalar-x4 # x4 marked as scalar, x7, x5 vector + ADD vector-x3, vector-x5, scalar-x12 # from vs1=1, vs2=0, vd=vs1|vs2 + ADD vector-x7, vector-x5, vector-x3 # x7: v-x5 | v-x3 + ADD scalar-x9, scalar-x4, scalar-x4 # x9, x4 not prefixed, therefore scalar + ADD vector-x7, vector-x5, scalar-x4 # x4 marked as scalar, x7, x5 vector Twin-SVP mode allows certain registers to be explicitly marked as "scalar", where some of the rules might otherwise start to cascade through and cause -- 2.30.2