Home | History | Annotate | Download | only in cpufeatures

Lines Matching full:architecture

46  * NDK r5: Handle buggy kernels which report a CPU Architecture number of 7
50 * (VFPv3 is mandated by the ARM architecture is Neon is implemented)
581 char* architecture = NULL;
583 /* Extract architecture from the "CPU Architecture" field.
591 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
612 * report an incorrect architecture number of 7!
627 D("CPU processor and architecture mismatch!!\n");
788 * Technical note: Making sense of ARM's FPU architecture versions.
790 * FPA was ARM's first attempt at an FPU architecture. There is no Android