We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef13171 commit efef15bCopy full SHA for efef15b
reference.md
@@ -2141,7 +2141,7 @@ arbitrarily complex configurations through nesting.
2141
The following configurations must be defined by the implementation:
2142
2143
* `target_arch = "..."`. Target CPU architecture, such as `"x86"`, `"x86_64"`
2144
- `"mips"`, or `"arm"`.
+ `"mips"`, `"arm"`, or `"aarch64"`.
2145
* `target_endian = "..."`. Endianness of the target CPU, either `"little"` or
2146
`"big"`.
2147
* `target_family = "..."`. Operating system family of the target, e. g.
0 commit comments