Home | History | Annotate | Download | only in src

Lines Matching full:neon

180     // to detect vfpv3 by checking for vfp *and* neon, since neon is only
182 // Checking neon on its own is not enough as it is possible to have neon
184 if (CPUInfoContainsString("vfp") && CPUInfoContainsString("neon")) {