Skip to content

Commit 7056089

Browse files
authored
Add i8 to the mixed-type promotion table (#233)
1 parent 780da6e commit 7056089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/API_specification/type_promotion.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ where
7070
| **i1** | i2 | i4 | i8 |
7171
| **i2** | i2 | i4 | i8 |
7272
| **i4** | i4 | i4 | i8 |
73+
| **i8** | i8 | i8 | i8 |
7374

7475
### Floating-point type promotion table
7576

0 commit comments

Comments
 (0)