clarify elwidth section
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 24 Nov 2018 04:02:21 +0000 (04:02 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 24 Nov 2018 04:02:21 +0000 (04:02 +0000)
simple_v_extension/specification.mdwn

index 542919af7933b8bfd558971eb16da0716243afc0..930ab64fecd648856b2fbb77c78c34e527812688 100644 (file)
@@ -1637,7 +1637,9 @@ to the result element's bitwidth.
 
 If truncation occurs, i.e. the top MSBs of the result are lost,
 this is "Officially Not Our Problem", i.e. it is assumed that the
-programmer actually desires the result to be truncated.
+programmer actually desires the result to be truncated.  i.e. if the
+programmer wanted all of the bits, they would have set the destination
+elwidth to accommodate them.
 
 ## Polymorphic elwidth on LOAD/STORE <a name="elwidth_loadstore"></a>