On Mon, Apr 24, 2017 at 11:59 PM, Eric Anholt wrote:
> I wrote this code with reference to pixman, though I've only decided to
> cover Linux (what I'm testing) and Android (seems obvious enough). Linux
> has getauxval() as a cleaner interface to the /proc entry, but it's more
> glibc-specific and
On Mon, May 1, 2017 at 11:29 PM, Eric Anholt wrote:
> Eric Anholt writes:
>
> > I wrote this code with reference to pixman, though I've only decided to
> > cover Linux (what I'm testing) and Android (seems obvious enough). Linux
> > has getauxval() as a cleaner interface to the /proc entry, but
Eric Anholt writes:
> I wrote this code with reference to pixman, though I've only decided to
> cover Linux (what I'm testing) and Android (seems obvious enough). Linux
> has getauxval() as a cleaner interface to the /proc entry, but it's more
> glibc-specific and I didn't want to add detection
I wrote this code with reference to pixman, though I've only decided to
cover Linux (what I'm testing) and Android (seems obvious enough). Linux
has getauxval() as a cleaner interface to the /proc entry, but it's more
glibc-specific and I didn't want to add detection for that.
This will be used t