Hi Tim,

Small suggestion, should we go for storing pointers.

On 7 February 2017 at 03:42, Timothy Arceri <tarc...@itsqueeze.com> wrote:

> +#if __x86_64__
> +#define CACHED_PROGRAM "program64:"
> +#else
> +#define CACHED_PROGRAM "program32:"
> +#endif
> +
This won't play nice with other architectures.
Something like sizeof(void *) == 4 or alike should be fine.

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

Reply via email to