clarify bitwidth
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 17 Oct 2018 12:13:31 +0000 (13:13 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 17 Oct 2018 12:13:31 +0000 (13:13 +0100)
simple_v_extension/specification.mdwn

index 4af2efbeea00637a1de61c76968613cc32c941a3..bdd9b67fe43024a3dca5318b70e4b317b2946323 100644 (file)
@@ -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.