On 9/15/20 1:19 PM, Eduardo Habkost wrote: > Once we move to C11, we can just use max_align_t.
Yes.
> While we don't move to C11, why not just use
> __alignof__(union { long l; void *p; double d; long double ld;})
> ?
For i386, this is 4.
r~
On 9/15/20 1:19 PM, Eduardo Habkost wrote: > Once we move to C11, we can just use max_align_t.
Yes.
> While we don't move to C11, why not just use
> __alignof__(union { long l; void *p; double d; long double ld;})
> ?
For i386, this is 4.
r~