Home
last modified time | relevance | path

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

/ndk/sources/android/cpufeatures/
Dcpu-features.c437 #define HWCAP_ASIMD (1 << 1) macro
948 int has_asimd = (hwcaps & HWCAP_ASIMD); in android_cpuInit()