Skip to content

GH-49292: [C++] Add support for armv8 or later#49337

Merged
kou merged 1 commit into
apache:mainfrom
kou:cpp-cmake-armv8
Feb 20, 2026
Merged

GH-49292: [C++] Add support for armv8 or later#49337
kou merged 1 commit into
apache:mainfrom
kou:cpp-cmake-armv8

Conversation

@kou
Copy link
Copy Markdown
Member

@kou kou commented Feb 19, 2026

Rationale for this change

armv8 may be 32bit or 64bit. armv8l uses 32bit and others use 64bit.

What changes are included in this PR?

Use aarch32 for armv[4-7] and armv8l. User aarch64 for other armv*.

Are these changes tested?

No.

Are there any user-facing changes?

Yes.

@github-actions
Copy link
Copy Markdown

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

@kou
Copy link
Copy Markdown
Member Author

kou commented Feb 19, 2026

This is based on the information from a Debian developer: https://salsa.debian.org/science-team/arrow/-/merge_requests/1#note_724736

@kou kou requested a review from cyb70289 February 19, 2026 08:12
Copy link
Copy Markdown
Contributor

@cyb70289 cyb70289 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kou kou merged commit 74026cd into apache:main Feb 20, 2026
51 checks passed
@kou kou removed the awaiting committer review Awaiting committer review label Feb 20, 2026
@kou kou deleted the cpp-cmake-armv8 branch February 20, 2026 00:19
@conbench-apache-arrow
Copy link
Copy Markdown

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 74026cd.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 42 possible false positives for unstable benchmarks that are known to sometimes produce them.

thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Apr 6, 2026
### Rationale for this change

armv8 may be 32bit or 64bit. `armv8l` uses 32bit and others use 64bit.

### What changes are included in this PR?

Use `aarch32` for `armv[4-7]` and `armv8l`. User `aarch64` for other `armv*`.

### Are these changes tested?

No.

### Are there any user-facing changes?

Yes.
* GitHub Issue: apache#49292

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants