We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96e7fd commit 3ea702eCopy full SHA for 3ea702e
1 file changed
PC/pyconfig.h
@@ -122,6 +122,9 @@ WIN32 is still required for the locale module.
122
#if defined(_M_X64) || defined(_M_AMD64)
123
#if defined(__INTEL_COMPILER)
124
#define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 64 bit (amd64) with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]")
125
+#elif defined(_M_ARM64)
126
+#define COMPILER _Py_PASTE_VERSION("64 bit (ARM)")
127
+#define PYD_PLATFORM_TAG "win_arm64"
128
#else
129
#define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)")
130
#endif /* __INTEL_COMPILER */
0 commit comments