We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb8e2a commit c47e316Copy full SHA for c47e316
src/attributes/codegen.md
@@ -360,7 +360,7 @@ instruction set supported by the target architecture. It uses the [_MetaListPath
360
comprised of the architecture and instruction set to specify how to generate the code for
361
architectures where a single program may utilize multiple instruction sets.
362
363
-The following values are available on targets for the `ARMv4` and ARMv5te` architectures:
+The following values are available on targets for the `ARMv4` and `ARMv5te` architectures:
364
365
* `arm::a32` - Uses ARM code.
366
* `arm::t32` - Uses Thumb code.
0 commit comments