8000 BLD: better fix for clang / ARM compiles by charris · Pull Request #28249 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BLD: better fix for clang / ARM compiles #28249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 29, 2025

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
0