Skip to content

Commit a7957f5

Browse files
authored
Update ARM32 note to include sys binaries (#3794)
* Update ARM32 note to include sys binaries Resolves #4633 * further clarification re arm32 support
1 parent 3b5e7c5 commit a7957f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

landing/arm-docs/arm32-to-arm64.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Update app architecture from Arm32 to Arm64
33
description: Guidance for changing apps with Arm32 architecture, a default for older UWP apps, to the updated Arm64 architecture using Visual Studio so that your app will work on the latest Windows on Arm devices.
4-
ms.date: 12/14/2022
4+
ms.date: 09/27/2023
55
ms.topic: article
66
ms.prod: windows
77
ms.technology: arm
@@ -19,7 +19,7 @@ This topic is relevant for UWP apps that do not have an ARM64 target. Older UWP
1919
To check the current Solution Platform for your app to see if ARM64 is present, open your app project code in Visual Studio and in the "Solution Platforms" drop-down menu on the Standard toolbar, select **Configuration Manager...** (also available in the Build menu) where you will be able to view the list of Solution Platforms and confirm whether ARM64 is present.
2020

2121
> [!NOTE]
22-
> Windows devices running on an Arm processor *(for example, Snapdragon processors from Qualcomm)* will no longer support AArch32 (Arm32). This change only impacts Universal Windows Platform apps that presently target AArch32 (Arm32). [Support for 32-bit Arm versions of applications will be removed in a future release of Windows 11.](https://www.microsoft.com/windows/windows-11-specifications#table3). After this change, for the small number of applications affected, app features might be different and you might notice a difference in performance. Therefore, we recommend updating your targeted platforms to AArch64 (Arm64), which is supported on all Windows on Arm devices, as soon as possible in order to ensure your customers can continue to enjoy the best possible experience. Follow the guidance on this page to update your applications to AArch64 (Arm64).
22+
> Windows devices running on an Arm processor *(for example, Snapdragon processors from Qualcomm)* will no longer support AArch32 (Arm32). This change impacts Universal Windows Platform apps that presently target AArch32 (Arm32). [Support for 32-bit Arm versions of applications will be removed in a future release of Windows 11.](https://www.microsoft.com/windows/windows-11-specifications#table3). System binaries for ARM32 support (present in the *sysarm32* folder) will also be removed. After this change, for the small number of applications affected, app features might be different and you might notice a difference in performance. Therefore, we recommend updating your targeted platforms to AArch64 (Arm64), which is supported on all Windows on Arm devices, as soon as possible in order to ensure your customers can continue to enjoy the best possible experience. Follow the guidance on this page to update your applications to AArch64 (Arm64).
2323
2424
## Add an Arm64 configuration to your project
2525

0 commit comments

Comments
 (0)