FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

BLD: better fix for clang / ARM compiles by charris · Pull Request #28249 · numpy/numpy · GitHub

/ numpy Public

BLD: better fix for clang / ARM compiles - #28249

Merged
charris merged 1 commit into
numpy:maintenance/2.2.xfrom
charris:backport-28246
Jan 29, 2025
Merged

charris merged 1 commit into
numpy:maintenance/2.2.xfrom
charris:backport-28246

Conversation

charris commented Jan 29, 2025
edited
Loading

Copy link
Copy Markdown
Member

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 added 08 - Backport Used to tag backport PRs 36 - Build Build related PR labels Jan 29, 2025
charris added this to the 2.2.3 release milestone Jan 29, 2025
charris merged commit feeba15 into numpy:maintenance/2.2.x Jan 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL