firefly@firefly:~$ cat /proc/cpuinfo
processor : 0
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
...
...
Neon, vfpf3, etc. are missing.
For example, on my raspberry pi 3, I see the following,
cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 5 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 5
Could someone help please? What is missing?
Thanks,
SanAuthor: neilbirtles Time: 11/7/2017 04:55
my understanding is that neon is not an option in armv8 - its assumed. The rasp pi v3 is working in aarch32 mode hence it showing up as an armv7 chip so it will work thereAuthor: santo4ul Time: 11/7/2017 17:44