Skip to content

apache-arrow: restore correct minimum CPU - #298951

Open
cho-m wants to merge 1 commit into
mainfrom
apache-arrow-restore-correct-minimum-cpu
Open

apache-arrow: restore correct minimum CPU#298951
cho-m wants to merge 1 commit into
mainfrom
apache-arrow-restore-correct-minimum-cpu

Conversation

@cho-m

@cho-m cho-m commented Aug 15, 2026

Copy link
Copy Markdown
Member

ARROW_SIMD_LEVEL is the minimum CPU and on x86_64 our superenv cannot discard -msse4.2 so using default can lead to illegal instructions on Tier 1 setups.

Can ignore special Intel macOS handling given short lifespan and Apache Arrow will still runtime dispatch to SSE4.2.


Also remove ARROW_MIMALLOC which is default so conditional doesn't do anything:


  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?
  • Is your test running fine brew test <formula>?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

  • I did not use AI/LLM to create this PR, or I disclosed the tool/model below and reviewed its output; I did not attribute commits to AI and will answer maintainer questions and review comments myself without AI/LLM.

@github-actions github-actions Bot added the automerge-skip `brew pr-automerge` will skip this pull request label Aug 15, 2026
@cho-m
cho-m force-pushed the apache-arrow-restore-correct-minimum-cpu branch 2 times, most recently from 081e670 to 55c3f55 Compare August 15, 2026 04:30
@cho-m
cho-m force-pushed the apache-arrow-restore-correct-minimum-cpu branch from 55c3f55 to 6297699 Compare August 15, 2026 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge-skip `brew pr-automerge` will skip this pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants