[Mesa-dev] [PATCH v3 1/4] gallium: Enable ARM NEON CPU detection.

Grazvydas Ignotas notasas at gmail.com
Sat Apr 15 17:00:29 UTC 2017


On Fri, Apr 14, 2017 at 8:47 PM, Eric Anholt <eric at anholt.net> 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 I didn't want to add detection for that.
>
> This will be used to enable NEON at runtime on ARMv6 builds of vc4.
>
> v2: Actually initialize the temp vars in the Android path (noticed by
>     daniels)
> v3: Actually pull in the cpufeatures library (change by robher).  Use
>     O_CLOEXEC.  Break out of the loop when we find our feature.  Only do
>     NEON detection, until someone actually wants VFP features.
>

Reviewed-by: Grazvydas Ignotas <notasas at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170415/59ab9780/attachment.html>


More information about the mesa-dev mailing list