Skip to content

Repo sync for protected branch #5080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/build/reference/feature-arm64.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ Enable one or more Arm A-Profile architecture features for an ARM64 extension as
## Arguments
To enable one or more features the targeted ARM64 extension supports, specify one or more of the following feature arguments:

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

## Remarks

Expand Down