On Tue, 10 Jan 2012 23:08:51 -0600, Alexander von Gluck <kallis...@unixzen.com> 
wrote:
> 
> - Ensure mesa code uses the _mesa_ffs(l) functions
>    consistantly instead of jumping around between ffs
>    and _mesa_ffs
> - This makes ffs/ffsl behave more like the popcount code
> - Better detects and handles edge cases of missing ffs/ffsl
> - Use builtin ffs/ffsl more often as it may provide
>    performance improvements

We intentionally don't use those mesa wrappers in our code.  If you have
a portability issue where they're not present on your platform, please
define them on your platform instead of making people use some other
function.

Attachment: pgpBKidAJWRBr.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to