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: BZ#13926: Add __bswap_64 for non-GCC compilers


On 03/28/2012 02:12 PM, Andreas Jaeger wrote:
> Would the patch be ok if do the changes that Roland suggested and use ull instead (and fix the s390 version the same)?

While "long long" might not exist, surely uint64_t does.

At which point it might be best to use "(uint64_6)0xff << N"
instead of worrying what suffix to use.


r~


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