Skip to content

GH-47769: [C++] Sve dynamic dispatch#49756

Draft
AntoinePrv wants to merge 3 commits intoapache:mainfrom
AntoinePrv:sve-dispatch
Draft

GH-47769: [C++] Sve dynamic dispatch#49756
AntoinePrv wants to merge 3 commits intoapache:mainfrom
AntoinePrv:sve-dispatch

Conversation

@AntoinePrv
Copy link
Copy Markdown
Contributor

@AntoinePrv AntoinePrv commented Apr 15, 2026

Rationale for this change

Just like we dynamically dispatch to AVX2 on x86 CPUs, we want to dynamically dispatch to more advanced SIMD extension on ARM64 chips.

What changes are included in this PR?

  • A new macro to enable selecting the runtime SVE version
  • Detection of the ARM64 CPU features available at runtime
  • Adding SVE to the dynamic dispatch for bit unpacking algorithms.

Are these changes tested?

Are there any user-facing changes?

No.

@AntoinePrv AntoinePrv changed the title Sve dynamic dispatch GH-47769: [C++] Sve dynamic dispatch Apr 15, 2026
@github-actions
Copy link
Copy Markdown

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@github-actions
Copy link
Copy Markdown

⚠️ GitHub issue #47769 has been automatically assigned in GitHub to PR creator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant