PATCH: eliminate some endian #ifs

Greg McGary greg@mcgary.org
Thu Jul 6 14:49:00 GMT 2000


Jakub Jelinek <jakub@redhat.com> writes:

> > #define __LONG_LONG_SPLIT(LL) \
> >   __LONG_LONG_PAIR ((uint32_t) (((uint64_t) (LL)) >> 32), \
> > 		    (uint64_t) ((LL) & 0xffffffff))
> 			 ^^
> 			 32

Yep, and the build failed because of it too.  Time to get a new brain.


More information about the Libc-hacker mailing list