Skip to content

Commit 7f45f54

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#1723 from pmsjt/patch-10
ARM64 Windows does support Aarch32 UWAs
2 parents b8654bf + 38b83b8 commit 7f45f54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/build/arm64-windows-abi-conventions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ Finally, when referring to data types, the following definitions from ARM are re
3131

3232
The ARM64 version of Windows presupposes that it's running on an ARMv8 or later architecture at all times. Both floating-point and NEON support are presumed to be present in hardware.
3333

34-
The ARMv8 specification allows for full support of AArch32 applications. However, support for existing ARM32 applications on the ARM64 version of Windows isn't planned. (That is, there are no plans for WOW64). This support is subject to re-evaluation in the future, but it's the current working assumption.
35-
3634
The ARMv8 specification describes new optional crypto and CRC helper opcodes for both AArch32 and AArch64. Support for them is currently optional, but recommended. To take advantage of these opcodes, apps should first make runtime checks for their existence.
3735

3836
## Endianness

0 commit comments

Comments
 (0)