http://bugs.freedesktop.org/show_bug.cgi?id=24781
Alex Deucher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |NOTABUG --- Comment #2 from Alex Deucher <[email protected]> 2009-10-28 23:27:00 PST --- The current code works as is since the ring size is always a power of two as per the comment in the code: A B C D E F G 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 R W (3 + 16 - 9) & 15 = 10 E F G A B C D 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 W R (12 + 16 - 2) & 15 = 10 -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
