You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/common-visual-cpp-arm-migration-issues.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ ms.date: "05/06/2019"
5
5
---
6
6
# Common Visual C++ ARM Migration Issues
7
7
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.
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.
9
+
10
+
When this article refers to the ARM architecture, it means both ARM32 and ARM64.
0 commit comments