[Pixman] Detection of CPU features, on Android / ARM

Sylvain Becker sylvain.becker at gmail.com
Wed Jan 3 09:59:33 UTC 2018


Hello,

For Android / ARM, detection of CPU features is done by
"detect_cpu_features()" in the file "pixman-arm.c".
It relies on Android NDK functions and only checks for
ANDROID_CPU_FAMILY_ARM.
Whereas, it exists also ANDROID_CPU_FAMILY_ARM64 for ABI arm64-v8a (
https://developer.android.com/ndk/guides/cpu-features.html#functions ).
Which means NEON implementation is not activated for this ABI.

Cheers,
Sylvain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pixman/attachments/20180103/21bcfb05/attachment.html>


More information about the Pixman mailing list