Skip to content

Commit 6b01e57

Browse files
Merge pull request #5080 from MicrosoftDocs/main638592534834030558sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents cdc0e45 + 9891a83 commit 6b01e57

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/build/reference/feature-arm64.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ Enable one or more Arm A-Profile architecture features for an ARM64 extension as
1414
## Arguments
1515
To enable one or more features the targeted ARM64 extension supports, specify one or more of the following feature arguments:
1616

17-
| Feature argument | Feature identifier | Optional from | Enabled by default | Description |
18-
|--|--|--|--|--|
19-
|**`lse`** | `FEAT_LSE` | Armv8.0 | Armv8.1 | Large System Extensions. |
20-
|**`rcpc`** | `FEAT_LRCPC` | Armv8.2 | Armv8.3 | Load-Acquire RCpc instructions. |
17+
| Feature argument | Feature identifier | Optional from | Enabled by default | Description | Supported in version
18+
|--|--|--|--|--|--|
19+
|**`lse`** | `FEAT_LSE` | Armv8.0 | Armv8.1 | Large System Extensions. | Visual Studio 2022 17.10
20+
|**`rcpc`** | `FEAT_LRCPC` | Armv8.2 | Armv8.3 | Load-Acquire RCpc instructions. | Visual Studio 2022 17.10
21+
|**`rcpc2`** | `FEAT_LRCPC2` | Armv8.2 | Armv8.4 | Load-Acquire RCpc instructions v2. | Visual Studio 2022 17.11
2122

2223
## Remarks
2324

0 commit comments

Comments
 (0)