Searched refs:use_neon (Results 1 – 1 of 1) sorted by relevance
34 bool use_neon = true; in __libc_ifunc_impl_list() local39 use_neon = (GLRO(dl_hwcap) & HWCAP_ARM_NEON) != 0; in __libc_ifunc_impl_list()50 IFUNC_IMPL_ADD (array, i, memcpy, use_neon, __memcpy_neon) in __libc_ifunc_impl_list()57 IFUNC_IMPL_ADD (array, i, memchr, use_neon, __memchr_neon) in __libc_ifunc_impl_list()
Completed in 2 milliseconds