File tree 1 file changed +4
-5
lines changed
src/doc/rustc/src/platform-support
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -42,16 +42,15 @@ their own document.
42
42
There are two 32-bit instruction set architectures (ISAs) defined by Arm:
43
43
44
44
- The [ * A32 ISA* ] [ a32-isa ] , with fixed-width 32-bit instructions. Previously
45
- known as the * Arm* ISA, this originated with the original Arm1 of 1985 and has
45
+ known as the * Arm* ISA, this originated with the original ARM1 of 1985 and has
46
46
been updated by various revisions to the architecture specifications ever
47
47
since.
48
48
- The [ * T32 ISA* ] [ t32-isa ] , with a mix of 16-bit and 32-bit width instructions.
49
49
Note that this term includes both the original 16-bit width * Thumb* ISA
50
50
introduced with the Armv4T architecture in 1994, and the later 16/32-bit sized
51
- * Thumb-2* ISA introduced with the Armv6T2 architecture in 2003.
52
-
53
- Again, these ISAs have been revised by subsequent revisions to the relevant Arm
54
- architecture specifications.
51
+ * Thumb-2* ISA introduced with the Armv6T2 architecture in 2003. Again, these
52
+ ISAs have been revised by subsequent revisions to the relevant Arm
53
+ architecture specifications.
55
54
56
55
There is also a 64-bit ISA with fixed-width 32-bit instructions called the * A64
57
56
ISA* , but targets which implement that instruction set generally start with
You can’t perform that action at this time.
0 commit comments