Searched refs:cpuFeatures (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/android/cpufeatures/ |
D | cpu-features.c | 471 char* cpuFeatures = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "Features"); in get_elf_hwcap() local 473 if (cpuFeatures != NULL) { in get_elf_hwcap() 474 D("Found cpuFeatures = '%s'\n", cpuFeatures); in get_elf_hwcap() 476 if (has_list_item(cpuFeatures, "vfp")) in get_elf_hwcap() 478 if (has_list_item(cpuFeatures, "vfpv3")) in get_elf_hwcap() 480 if (has_list_item(cpuFeatures, "vfpv3d16")) in get_elf_hwcap() 482 if (has_list_item(cpuFeatures, "vfpv4")) in get_elf_hwcap() 484 if (has_list_item(cpuFeatures, "neon")) in get_elf_hwcap() 486 if (has_list_item(cpuFeatures, "idiva")) in get_elf_hwcap() 488 if (has_list_item(cpuFeatures, "idivt")) in get_elf_hwcap() [all …]
|