Skip to content

Commit ec074c4

Browse files
committed
clarify what arm architecture means
1 parent e2d918e commit ec074c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/build/common-visual-cpp-arm-migration-issues.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
description: "Learn more about: Common Visual C++ ARM Migration Issues"
33
title: "Common Visual C++ ARM Migration Issues"
44
ms.date: "05/06/2019"
5-
ms.assetid: 0f4c434e-0679-4331-ba0a-cc15dd435a46
65
---
76
# Common Visual C++ ARM Migration Issues
87

9-
When using the Microsoft C++ compiler (MSVC), the same C++ source code might produce different results on the ARM architecture than it does on x86 or x64 architectures.
8+
This document describes some of the common issues that you might encounter when you migrate code from x86 or x64 architectures to the ARM architecture. It also describes how to avoid these issues, and how to use the compiler to help identify them. When this article refers to the ARM architecture, it means both ARM32 and ARM64.
109

1110
## Sources of migration issues
1211

0 commit comments

Comments
 (0)