Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/internals/variable_cleanup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Positive
0000...0000 0000 0001
0000...0000 0000 0010
....
0000...0000 1111 1111
0000...0000 0111 1111
The compiler will ``signextend`` the sign bit, which is 1 for negative and 0 for
positive values, overwriting the higher bits:
Expand Down