We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e722e7 commit 45fdbccCopy full SHA for 45fdbcc
docs/internals/variable_cleanup.rst
@@ -91,7 +91,7 @@ Positive
91
0000...0000 0000 0001
92
0000...0000 0000 0010
93
....
94
- 0000...0000 1111 1111
+ 0000...0000 0111 1111
95
96
The compiler will ``signextend`` the sign bit, which is 1 for negative and 0 for
97
positive values, overwriting the higher bits:
0 commit comments