Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sayon committed Feb 27, 2024
1 parent 83d9a24 commit 6e6e0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sem/PtrPack.v
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See Usage.
3. Ensure that the lower 128 bits of $\mathit{op}_2$ are zero. Otherwise panic.
4. Store the result, tagged as a pointer, to `out`:
$$result := \mathit{op_1}\{255\dots128\} \#\# \mathit{op_2}\{128\dots 0\}$$
$$result := \mathit{op_2}\{255\dots128\} \#\# \mathit{op_1}\{128\dots 0\}$$
*)

| step_PtrPack :
Expand Down

0 comments on commit 6e6e0c5

Please sign in to comment.