File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ Enable one or more Arm A-Profile architecture features for an ARM64 extension as
14
14
## Arguments
15
15
To enable one or more features the targeted ARM64 extension supports, specify one or more of the following feature arguments:
16
16
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
21
22
22
23
## Remarks
23
24
You can’t perform that action at this time.
0 commit comments