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.
flags
1 parent 2c2c232 commit 935c478Copy full SHA for 935c478
design/mvp/CanonicalABI.md
@@ -1618,8 +1618,7 @@ def max_case_alignment(cases):
1618
```
1619
1620
As an optimization, `flags` are represented as packed bit-vectors. Like variant
1621
-discriminants, `flags` use the smallest integer that fits all the bits, falling
1622
-back to sequences of `i32`s when there are more than 32 flags.
+discriminants, `flags` use the smallest integer that fits all the bits.
1623
```python
1624
def alignment_flags(labels):
1625
n = len(labels)
0 commit comments