Home
last modified time | relevance | path

Searched refs:HWCAP_NEON (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/android/cpufeatures/
Dcpu-features.c466 #define HWCAP_NEON (1 << 12) macro
485 HWCAP_NEON | \
614 hwcaps |= HWCAP_NEON; in get_elf_hwcap_from_proc_cpuinfo()
795 int has_neon = (hwcaps & HWCAP_NEON); in android_cpuInit()