Searched refs:HWCAP_NEON (Results 1 – 2 of 2) sorted by relevance
33 public static final int HWCAP_NEON = (1 << 12); field in CpuFeatures
50 assertHwCap("NEON", hwcaps, CpuFeatures.HWCAP_NEON); in testArm64RequiredHwCaps()