Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of Android phones with SPEC: VFP, NEON, ARMv6/7 [closed]

Tags:

android

arm

I am looking for online list (may be wiki) with all major android phones like:-

http://en.wikipedia.org/wiki/Comparison_of_Android_devices

I would like it include technical information like VFP, VFPv3, NEON, ARMv6, ARMv7, etc

Most important is VFP (hardware float point)

According to Flurry we have 100+ device to check and I would like to understand how many devices support float point VFP.

like image 209
Max Avatar asked Oct 06 '22 17:10

Max


1 Answers

I don't think such list exists and since you would be interested in majority only Google would know which ones are used most.

However Android phones build on platforms / chipsets which groups that 100+ devices to a handful, so you should check features of those instead of individual devices.

Some more concrete info:

Majority of ARMv7 devices include VFP and from those only platform that doesn't support NEON is nVidia Tegra2.

ARMv6 devices like G1 doesn't support VFP.

As closing notes, I don't think such list would be useful. If an old device tries to run a new application, it should just run slower, given you've done your homework and provided compatibility.

like image 180
auselen Avatar answered Oct 10 '22 02:10

auselen