Skip to content

Commit fd5ccdb

Browse files
Improve tone and clarity
1 parent f6e4d31 commit fd5ccdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/reference/feature-arm64.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Enable one or more Arm A-Profile architecture features for an ARM64 extension as
1212
> **`/feature:<arg1>`**[**`+arg2`**]
1313
1414
## Arguments
15-
Specify one or more of the following ARM64 extension features to enable if the targeted ARM64 extension supports it.
15+
To enable one or more features a targeted ARM64 extension supports, specify one or more of the following feature arguments.
1616

1717
| Feature argument | Feature identifier | Optional from | Enabled by default | Description |
1818
|--|--|--|--|--|
@@ -23,7 +23,7 @@ Specify one or more of the following ARM64 extension features to enable if the t
2323

2424
Example usage: to enable `FEAT_LSE`, specify **`/feature:lse`**.
2525

26-
If there are conflicting feature arguments specified by **`/feature`**, the right-most feature is enabled. Enabling a feature that is not supported by a targeted architecture may cause unexpected behavior, especially if a CPU does not implement the feature.
26+
If there are conflicting feature arguments specified by **`/feature`**, the right-most feature is enabled. Enabling a feature a targeted ARM64 extension doesn't support may cause unexpected behavior, especially if a CPU doesn't implement the feature.
2727

2828
Use either **`/feature`** or only **`/arch`** (ARM64) to specify features. For example, to enable `FEAT_LSE` when targeting Armv8.0-A, use either both **`/feature:lse`** and **`/arch:armv8.0`**, or specify **`/arch:armv8.0+lse`**. **`/feature`** exists as another way to specify features without specifying them in **`/arch`** (ARM64).
2929

0 commit comments

Comments
 (0)