From 5cc12813358eedac667bd5ea8659a14fc0a9c9c3 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 17 Oct 2018 12:48:46 +0100 Subject: [PATCH] add tag --- simple_v_extension/specification.mdwn | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/simple_v_extension/specification.mdwn b/simple_v_extension/specification.mdwn index 4ea6f6d9c..e4d953aa6 100644 --- a/simple_v_extension/specification.mdwn +++ b/simple_v_extension/specification.mdwn @@ -1174,14 +1174,16 @@ Where it is up to the implementor to ensure that, towards the end of the register file, an exception is thrown if attempts to access beyond the "real" register bytes is ever attempted. -Now we may pseudo-code an operation where all element bitwidths have -been set to the same size: +Now we may modify pseudo-code an operation where all element bitwidths have +been set to the same size, where this pseudo-code is otherwise identical +to its "non" polymorphic versions (above): function op_add(rd, rs1, rs2) # add not VADD! ... ...  for (i = 0; i < VL; i++) - if (predval & 1<