3e2dcb3c07
Some architectures like aarch64 and ppc64el have char = unisgned char. This breaks meta equation generation for DCC coords, as addrlib tries to filter all the Z bits > -1 which ends up being all the Z bits > 255. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7593>