Re: [PATCH 1/12] random pt4: Create new rol32/ror32 bitops

From: Chuck Ebbert
Date: Sun Jan 23 2005 - 02:50:46 EST


On Sat, 22 Jan 2005 at 20:13:24 -0800 Matt Mackall wrote:

> So I think tweaks for x86 at least are unnecessary.

So the compiler looks for that specific sequence of instructions:

(a << b) | (a >> (sizeof(a) * 8 - b)

and recognizes that it means rotation? Wow.


Chuck
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/