Skip to content

Commit 9c3d166

Browse files
authored
Merge pull request #5640 from michelleangela/lrcpc2
Add argument `rcpc2` for compiler option `/feature`
2 parents b00572a + b05a834 commit 9c3d166

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)