Skip to content

Conversation

charris
Copy link
Member

@charris charris commented Jan 29, 2025

Backport of #28246.

A more principled fix for the WoA build than #28235.

The _M_IX86 and _M_AMD64 macros defined for Intel installs.

_M_AMD64 defined for AMD and x86_64 installs.

See:
https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170

The `_M_IX86` and `_M_AMD64` macros defined for Intel installs.

`_M_AMD64` defined for AMD and x86_64 installs.

See:
https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170
@charris charris added 08 - Backport Used to tag backport PRs 36 - Build Build related PR labels Jan 29, 2025
@charris charris added this to the 2.2.3 release milestone Jan 29, 2025
@charris charris merged commit feeba15 into numpy:maintenance/2.2.x Jan 29, 2025
68 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
08 - Backport Used to tag backport PRs 36 - Build Build related PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants