[Mesa-dev] [PATCH 2/4] i965/tiled_memcpy: Move SSSE3 code back into inline functions.

Matt Turner mattst88 at gmail.com
Tue Apr 12 00:03:55 UTC 2016


On Mon, Apr 11, 2016 at 4:17 PM, Roland Scheidegger <sroland at vmware.com> wrote:
> I thought void ptr arithmetic is illegal (though a gcc extension), so
> maybe should avoid that?

Right, it's a GNU C extension. I was aware I was using it, and I think
it makes the code a lot nicer here, avoiding some casts or extra
variables.


More information about the mesa-dev mailing list