diff options
| author | azidar | 2015-10-06 14:48:19 -0700 |
|---|---|---|
| committer | azidar | 2015-10-06 14:48:19 -0700 |
| commit | 9f2e1fd28f8526f7b68dc4b0ea030ceded720697 (patch) | |
| tree | d6ff1d1408134d42c5ab63de1166af8188428760 /spec/spec.tex | |
| parent | eb79a51cadcee109c4bcf727762027ba85aba36a (diff) | |
Updated spec to mention sign extending widths of operand inputs
Diffstat (limited to 'spec/spec.tex')
| -rw-r--r-- | spec/spec.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec.tex b/spec/spec.tex index 163ec64c..4f146552 100644 --- a/spec/spec.tex +++ b/spec/spec.tex @@ -704,7 +704,7 @@ Section \ref{primitives} will describe the format and semantics of each operatio All primitive operations expression operands must be ground types. In addition, some operations allow all permutations of operand ground types, while others on allow subsets. -When well defined, input arguments are allowed to be differing widths. +When well defined, input arguments are allowed to be differing widths, with the semantics of sign-extending the input arguments prior to executing the operation. \subsection{Add Operation} \[ |
