This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PowerPC malloc alignment


Hi,

> The introduction of 128-bit long double is a relatively recent ABI
> change (within the past two years, and not entirely universal yet).

Ok.  Changing the ABI should really entail a new libc, or at least
people shouldn't be surprised when they face problems when mixing old
and new binaries.

> 16-byte vectors are also relatively new, though I suspect people
> writing vector code have been trained to use posix_memalign to avoid
> trouble.

Those aren't standard C types, so IMHO using posix_memalign is the way
to go.  But long double is different of course.

Regards,
Wolfram.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]