From 61045fd3a17b04305c8da5625038341989cc69ad Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 17 Oct 2018 13:13:31 +0100 Subject: [PATCH] clarify bitwidth --- simple_v_extension/specification.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_v_extension/specification.mdwn b/simple_v_extension/specification.mdwn index 4af2efbee..bdd9b67fe 100644 --- a/simple_v_extension/specification.mdwn +++ b/simple_v_extension/specification.mdwn @@ -1306,7 +1306,7 @@ be clear that; * the source operands are extended out to the maximum bitwidth of all source operands -* the operation takes place at that bitwidth +* the operation takes place at that maximum source bitwidth * the result is extended (or potentially even, truncated) before being stored in the destination. i.e. truncation (if required) to the destination width occurs **after** the operation **not** before. -- 2.30.2