Skip to content

Commit 4ec04bc

Browse files
committed
Revise s390x codegen text
1 parent 2769545 commit 4ec04bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/attributes/codegen.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,9 @@ Feature | Implicitly Enables | Description
509509
r[attributes.codegen.target_feature.s390x]
510510
#### `s390x`
511511

512-
On this platform the usage of `#[target_feature]` functions follows the [above restrictions][attributes.codegen.target_feature.safety-restrictions].
512+
On `s390x` targets, use of functions with the `#[target_feature]` attribute follows the [above restrictions][attributes.codegen.target_feature.safety-restrictions].
513513

514-
Further documentation on these features can be found in the "Additions to z/Architecture" section of Chapter 1 of the [Principles of Operation].
514+
Further documentation on these features can be found in the "Additions to z/Architecture" section of Chapter 1 of the *[z/Architecture Principles of Operation]*.
515515

516516
Feature | Implicitly Enables | Description
517517
---------------------------------------|---------------------------------------|---------------------
@@ -528,7 +528,7 @@ Feature | Implicitly Enables |
528528
`miscellaneous-extensions-3` | | miscellaneous extensions 3
529529
`miscellaneous-extensions-4` | | miscellaneous extensions 4
530530

531-
[Principles of Operation]: https://publibfp.dhe.ibm.com/epubs/pdf/a227832d.pdf
531+
[z/Architecture Principles of Operation]: https://publibfp.dhe.ibm.com/epubs/pdf/a227832d.pdf
532532

533533
r[attributes.codegen.target_feature.info]
534534
### Additional information

0 commit comments

Comments
 (0)