You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paper.tex
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -660,14 +660,13 @@ \subsection{From Word-Level Arithmetic to Bit Heaps}
660
660
The \Arith variables are assigned a value by a variable environment $\rho : \mathbb{N} \to\mathtt{BitVec}\ w$, mapping each variable to a $w$-bit word,
661
661
where $\mathtt{BitVec}\ w$ is Lean's type of bitvectors of width $w$.
662
662
For a single variable, we evaluate it by truncating the value of the variable to its live bits, and zero-extending it to the width of the \Arith expression.
663
-
The addition and multiplication operations in \Arith are interpreted as the corresponding word-level operations.
664
-
663
+
The addition and multiplication operations in \Arith are interpreted as the corresponding word-level operations:
0 commit comments