Displaying 1 result from an estimated 1 matches for "fimw".
Did you mean:
fim
2016 Jun 28
2
[BUG] 3.8 alignment/struct padding
...real32_T s;
real_T d;
int8_T i8[4];
uint16_T ui16[4];
int32_T i32[100];
uint64_T ui64[6];
int64_T i64[64];
char_T c[3];
creal_T mycomplex;
int32_T enumeration_int32;
int8_T enumeration_int8;
uint16_T enumeration_uint16;
cint32_T fixedpoint;
int32_T fixedpoint2;
int128m_T fimw[10];
real_T fisd1;
real_T fisd2;
real_T fisd3;
int8_T fisb;
real_T fid;
real32_T fis;
} struct0_T;
In C the offsets are computed as:
8
16
20
28
432 << This was 428 in LLVM; 432 is divisible by 8, but 428 is not.
480
992
1000
1016
1020
1022
1024
1032
1040
1200
1208
1216
1224
1232...