From WikiChip
Difference between revisions of "arm/versions"
(better coverage) |
|||
Line 1: | Line 1: | ||
{{arm title|Versions}} | {{arm title|Versions}} | ||
− | '''ARM Versions''' are the architectural version numbers. ARM architecture versions always use the <code>ARMv#</code> notations. Architecture versions are often confused with the various ARM implementations which historically used similar notations <code>ARM#</code>. Note that for the implementations, the number does not necessarily correlates to the architecture version used. A number of additional implementations were designed by third party companies such as [[Qualcomm]] and [[Apple]]. | + | '''ARM Versions''' are the architectural version numbers. ARM architecture versions always use the <code>ARMv#</code> notations. Architecture versions are often confused with the various ARM implementations which historically used similar notations <code>ARM#</code>. Note that for the implementations, the number does not necessarily correlates to the architecture version used. A number of additional implementations were designed by third party companies such as [[DEC]], [[Intel]], [[Qualcomm]] and [[Apple]]. |
== Versions == | == Versions == | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! ISA !! Variant !! | + | ! ISA !! Variant !! colspan="2" | Microarchitectures |
|- | |- | ||
− | | colspan="2" | {{arm|ARMv1}} || {{armh|ARM1|l=arch}} | + | | colspan="2" | {{arm|ARMv1}} || ARM || {{armh|ARM1|l=arch}} |
|- | |- | ||
− | | colspan="2" | {{arm|ARMv2}} || {{armh|ARM2|l=arch}} | + | | colspan="2" | {{arm|ARMv2}} || ARM || {{armh|ARM2|l=arch}} |
|- | |- | ||
− | | colspan="2" | {{arm|ARMv2a}} || {{armh|ARM3|l=arch}} | + | | colspan="2" | {{arm|ARMv2a}} || ARM || {{armh|ARM3|l=arch}} |
|- | |- | ||
− | | colspan="2" | {{arm|ARMv3}} || {{armh|ARM6|l=arch}}, {{armh|ARM7|l=arch}} | + | | colspan="2" | {{arm|ARMv3}} || ARM || {{armh|ARM6|l=arch}}, {{armh|ARM7|l=arch}} |
|- | |- | ||
− | | rowspan=" | + | | rowspan="3" | {{arm|ARMv4}} || rowspan="2" | ARMv4 || ARM || {{armh|ARM8}} |
|- | |- | ||
− | | | + | | [[DEC]] || {{decc|StrongARM|l=arch}} |
|- | |- | ||
− | | | + | | ARMv4T || ARM || {{armh|ARM7TDMI}}, {{armh|ARM9TDMI}} |
|- | |- | ||
− | | rowspan="2" | {{arm| | + | | rowspan="2" | {{arm|ARMv5}} || rowspan="2" | ARMv5TE || ARM || {{armh|ARM7EJ}}, {{armh|ARM9E}}, {{armh|ARM10E}} |
|- | |- | ||
− | | | + | | [[Intel]] || {{intel|XScale|l=arch}} |
|- | |- | ||
− | | rowspan=" | + | | rowspan="2" | {{arm|ARMv6}} || ARMv6 || ARM || {{armh|ARM11|l=arch}} |
− | | | ||
|- | |- | ||
− | | | + | | ARMv6-M || ARM || {{armh|Cortex-M0|l=arch}}, {{armh|Cortex-M1|l=arch}} |
|- | |- | ||
− | | ARMv7- | + | | rowspan="6" | {{arm|ARMv7}} || rowspan="3" | ARMv7-A |
+ | | ARM || {{armh|Cortex-A5|l=arch}}, {{armh|Cortex-A7|l=arch}}, {{armh|Cortex-A8|l=arch}}, {{armh|Cortex-A9|l=arch}}, {{armh|Cortex-A12|l=arch}}, {{armh|Cortex-A15|l=arch}}, {{armh|Cortex-A17|l=arch}} | ||
|- | |- | ||
− | | | + | | [[Qualcomm]] || {{qualcomm|Scorpion|l=arch}}, {{qualcomm|Krait|l=arch}} |
|- | |- | ||
− | | | + | | [[Apple]] || {{apple|Swift|l=arch}} |
− | |||
|- | |- | ||
− | | {{ | + | | ARMv7-R || ARM || {{armh|Cortex-R4|l=arch}}, {{armh|Cortex-R5|l=arch}}, {{armh|Cortex-R7|l=arch}} |
|- | |- | ||
− | | | + | | ARMv7-M || ARM || {{armh|Cortex-M3|l=arch}} |
|- | |- | ||
− | | {{arm|ARMv8.3}} || ARMv8.3-A | + | | ARMv7E-M || ARM || {{armh|Cortex-M4|l=arch}} |
+ | |- | ||
+ | | rowspan="7" | {{arm|ARMv8}} || rowspan="7" | ARMv8-A | ||
+ | | ARM || {{armh|Cortex-A35|l=arch}}, {{armh| Cortex-A53|l=arch}}, {{armh| Cortex-A57|l=arch}}, {{armh| Cortex-A72|l=arch}}, {{armh| Cortex-A73|l=arch}} | ||
+ | |- | ||
+ | | [[Apple]] || {{apple|Cyclone|l=arch}}, {{apple|Typhoon|l=arch}}, {{apple|Twister|l=arch}}, {{apple|Hurricane|l=arch}}, {{apple|Zephyr|l=arch}} | ||
+ | |- | ||
+ | | [[AMD]] || {{amd|K12|l=arch}} | ||
+ | |- | ||
+ | | [[AppliedMicro]] || {{apm|Storm|l=arch}}, {{apm|Shadowcat|l=arch}}, {{apm|Skylark|l=arch}} | ||
+ | |- | ||
+ | | [[Nvidia]] || {{nvidia|Denver|l=arch}} | ||
+ | |- | ||
+ | | [[Samsung]] || {{samsung|Mongoose 1|l=arch}}, {{samsung|Mongoose 2|l=arch}} | ||
+ | |- | ||
+ | | [[Qualcomm]] || {{qualcomm|Kryo|l=arch}} | ||
+ | |- | ||
+ | | {{arm|ARMv8.1}} || ARMv8.1-A || || | ||
+ | |- | ||
+ | | {{arm|ARMv8.2}} || ARMv8.2-A || ARM || {{armh|Cortex-A55|l=arch}}, {{armh|Cortex-A75|l=arch}} | ||
+ | |- | ||
+ | | {{arm|ARMv8.3}} || ARMv8.3-A || || | ||
|} | |} |
Revision as of 18:44, 26 June 2017
ARM Versions are the architectural version numbers. ARM architecture versions always use the ARMv#
notations. Architecture versions are often confused with the various ARM implementations which historically used similar notations ARM#
. Note that for the implementations, the number does not necessarily correlates to the architecture version used. A number of additional implementations were designed by third party companies such as DEC, Intel, Qualcomm and Apple.
Versions
ISA | Variant | Microarchitectures | |
---|---|---|---|
ARMv1 | ARM | ARM1 | |
ARMv2 | ARM | ARM2 | |
ARMv2a | ARM | ARM3 | |
ARMv3 | ARM | ARM6, ARM7 | |
ARMv4 | ARMv4 | ARM | ARM8 |
DEC | StrongARM | ||
ARMv4T | ARM | ARM7TDMI, ARM9TDMI | |
ARMv5 | ARMv5TE | ARM | ARM7EJ, ARM9E, ARM10E |
Intel | XScale | ||
ARMv6 | ARMv6 | ARM | ARM11 |
ARMv6-M | ARM | Cortex-M0, Cortex-M1 | |
ARMv7 | ARMv7-A | ARM | Cortex-A5, Cortex-A7, Cortex-A8, Cortex-A9, Cortex-A12, Cortex-A15, Cortex-A17 |
Qualcomm | Scorpion, Krait | ||
Apple | Swift | ||
ARMv7-R | ARM | Cortex-R4, Cortex-R5, Cortex-R7 | |
ARMv7-M | ARM | Cortex-M3 | |
ARMv7E-M | ARM | Cortex-M4 | |
ARMv8 | ARMv8-A | ARM | Cortex-A35, Cortex-A53, Cortex-A57, Cortex-A72, Cortex-A73 |
Apple | Cyclone, Typhoon, Twister, Hurricane, Zephyr | ||
AMD | K12 | ||
AppliedMicro | Storm, Shadowcat, Skylark | ||
Nvidia | Denver | ||
Samsung | Mongoose 1, Mongoose 2 | ||
Qualcomm | Kryo | ||
ARMv8.1 | ARMv8.1-A | ||
ARMv8.2 | ARMv8.2-A | ARM | Cortex-A55, Cortex-A75 |
ARMv8.3 | ARMv8.3-A |