Skip to content

Commit ae8551c

Browse files
authored
Update feature-arm64.md
minor edit
1 parent b7befb2 commit ae8551c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/build/reference/feature-arm64.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
description: "Learn more about: /feature (ARM64)"
33
title: "/feature (ARM64)"
4-
ms.date: 05/24/2024
4+
ms.date: 05/28/2024
55
---
66
# `/feature` (ARM64)
77

8-
Enable one or more Arm A-Profile architecture features for an ARM64 extension as specified by **`/arch`** (ARM64). For more information on **`/arch`** (ARM64), see [`/arch` (ARM64)](arch-arm64.md).
8+
Enable one or more Arm A-Profile architecture features for an ARM64 extension as specified by **`/arch`** (ARM64). For more information about **`/arch`** (ARM64), see [`/arch` (ARM64)](arch-arm64.md).
99

1010
## Syntax
1111

1212
> **`/feature:<arg1>`**[**`+arg2`**]
1313
1414
## Arguments
15-
To enable one or more features the targeted ARM64 extension supports, specify one or more of the following feature arguments.
15+
To enable one or more features the 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,9 +23,9 @@ To enable one or more features the targeted ARM64 extension supports, specify on
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 a targeted ARM64 extension doesn't support may cause unexpected behavior, especially if a CPU doesn't implement the feature.
26+
If there are conflicting feature arguments specified by **`/feature`**, the right-most feature is enabled. Enabling a feature the targeted ARM64 extension doesn't support may cause unexpected behavior, especially if a CPU doesn't implement the feature.
2727

28-
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).
28+
Use either **`/feature`** or only **`/arch`** (ARM64) to specify features. For example, to enable `FEAT_LSE` when targeting Armv8.0-A, use both **`/feature:lse`** and **`/arch:armv8.0`**, or specify **`/arch:armv8.0+lse`**. **`/feature`** is a way to specify features without specifying them in **`/arch`** (ARM64).
2929

3030
### To set the `/feature` compiler option in Visual Studio
3131

0 commit comments

Comments
 (0)