[Tux3] Question about 212c59f7565f
Michael Pattrick
mpattrick at rhinovirus.org
Tue Aug 4 07:57:43 PDT 2009
Sorry if that previous message was a little ambiguous, what I meant
was: wouldn’t the following snippet achieve the same result without
having to work around a GCC warning?
#if BITS_PER_LONG == 64
if ((word & 0xffffffff) == 0) {
num += 32;
word >>= 32;
}
#endif
-M
_______________________________________________
Tux3 mailing list
Tux3 at tux3.org
http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3
More information about the Tux3
mailing list