Skip to content

Commit 514b509

Browse files
Merge pull request MicrosoftDocs#4996 from TylerMSFT/links
add links per support request
2 parents 4b8e177 + 2b0ea19 commit 514b509

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/build/configuring-programs-for-arm-processors-visual-cpp.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
description: "Learn more about: Configure C++ projects for ARM processors"
33
title: "Configure C++ projects for ARM processors"
44
ms.date: "07/11/2018"
5-
ms.assetid: 3d95f221-656a-480d-9651-9ad263895747
65
---
76
# Configure C++ projects for ARM processors
87

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

1918
[Common MSVC ARM migration issues](common-visual-cpp-arm-migration-issues.md)\
20-
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.
19+
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.
2120

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

2827
## Related Sections
2928

29+
[Get started with Arm64EC](/windows/arm/arm64ec-build)\
30+
Describes how to get started building your app or project using [Arm64EC](/windows/arm/arm64ec).
31+
32+
[How to: Configure projects to target platforms](/visualstudio/ide/how-to-configure-projects-to-target-platforms)\
33+
Describes how to set up your build to target different processor architectures, including Arm64.
34+
3035
[ARM intrinsics](../intrinsics/arm-intrinsics.md)\
3136
Describes compiler intrinsics for processors that use the ARM architecture.
3237

0 commit comments

Comments
 (0)