We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780da6e commit 7056089Copy full SHA for 7056089
1 file changed
spec/API_specification/type_promotion.md
@@ -70,6 +70,7 @@ where
70
| **i1** | i2 | i4 | i8 |
71
| **i2** | i2 | i4 | i8 |
72
| **i4** | i4 | i4 | i8 |
73
+| **i8** | i8 | i8 | i8 |
74
75
### Floating-point type promotion table
76
0 commit comments