File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -578,6 +578,8 @@ alignments (based on the ILP32 convention):
578578| int | 4 | 4 |
579579| long | 4 | 4 |
580580| long long | 8 | 8 |
581+ | ++intmax_t++ | 8 | 8 | ++long long int++
582+ | ++uintmax_t++ | 8 | 8 | ++unsigned long long int++
581583| void * | 4 | 4 |
582584| +++__bf16+++ | 2 | 2 | Half precision floating point (bfloat16)
583585| _Float16 | 2 | 2 | Half precision floating point (binary16 in IEEE 754-2008)
@@ -604,6 +606,8 @@ alignments (based on the LP64 convention):
604606| int | 4 | 4 |
605607| long | 8 | 8 |
606608| long long | 8 | 8 |
609+ | ++intmax_t++ | 8 | 8 | ++long int++
610+ | ++uintmax_t++ | 8 | 8 | ++unsigned long int++
607611| +++__int128+++ | 16 | 16 |
608612| void * | 8 | 8 |
609613| +++__bf16+++ | 2 | 2 | Half precision floating point (bfloat16)
You can’t perform that action at this time.
0 commit comments