Home | History | Annotate | Download | only in m_initimg

Lines Matching defs:has_neon

683             { Bool has_neon = (auxv->u.a_val & VKI_HWCAP_NEON) > 0;
686 has_neon ? "YES" : "NO");
687 VG_(machine_arm_set_has_NEON)( has_neon );