Skip to content

Repo sync for protected CLA branch #4657

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 5 commits into from
Jul 27, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
description: "Learn more about: Configure C++ projects for ARM processors"
title: "Configure C++ projects for ARM processors"
ms.date: "07/11/2018"
ms.assetid: 3d95f221-656a-480d-9651-9ad263895747
---
# Configure C++ projects for ARM processors

Expand All @@ -17,7 +16,7 @@ Describes the application binary interface used by Windows on ARM for register u
Describes the application binary interface used by Windows on ARM64 for register usage, calling conventions and exception handling.

[Common MSVC ARM migration issues](common-visual-cpp-arm-migration-issues.md)\
Describes C++ code elements that are commonly assumed to be portable across architectures, but which produce different results for ARM than for x86 and x64.
Describes C++ code elements that are commonly assumed to be portable across architectures, but that produce different results for ARM than for x86 and x64.

[ARM exception handling](arm-exception-handling.md)\
Describes the encoding scheme for stack unwinding during structured exception handling in Windows on ARM.
Expand All @@ -27,6 +26,12 @@ Describes the encoding scheme for stack unwinding during structured exception ha

## Related Sections

[Get started with Arm64EC](/windows/arm/arm64ec-build)\
Describes how to get started building your app or project using [Arm64EC](/windows/arm/arm64ec).

[How to: Configure projects to target platforms](/visualstudio/ide/how-to-configure-projects-to-target-platforms)\
Describes how to set up your build to target different processor architectures, including Arm64.

[ARM intrinsics](../intrinsics/arm-intrinsics.md)\
Describes compiler intrinsics for processors that use the ARM architecture.

Expand Down