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