Skip to content

Conversation

@Bo98
Copy link
Member

@Bo98 Bo98 commented Feb 1, 2026

This better matches what it actually represents. It also matches what Apple calls it.

Not a breaking change as it's private API.

Copilot AI review requested due to automatic review settings February 1, 2026 14:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR renames the constant CPU_ARCH_ABI32 to CPU_ARCH_ABI64_32 to better reflect its purpose of representing 64-bit CPU architectures running with 32-bit types. The change aligns with Apple's naming conventions and improves code clarity.

Changes:

  • Renamed constant from CPU_ARCH_ABI32 to CPU_ARCH_ABI64_32
  • Updated comments to clarify that this mask is for "64-bit CPU architectures with 32-bit types" rather than the ambiguous "64-bit architectures running a 32-bit ABI"
  • Updated the usage of the constant in CPU_TYPE_ARM64_32 definition

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Member

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

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

Thanks!

@MikeMcQuaid MikeMcQuaid enabled auto-merge February 1, 2026 15:06
Copy link
Member

@woodruffw woodruffw left a comment

Choose a reason for hiding this comment

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

Thanks @Bo98!

@woodruffw woodruffw disabled auto-merge February 1, 2026 17:42
@woodruffw woodruffw enabled auto-merge February 1, 2026 17:42
@Bo98 Bo98 force-pushed the CPU_ARCH_ABI64_32 branch from 5e3ee9c to 1bb7c21 Compare February 1, 2026 23:42
@woodruffw woodruffw merged commit ba55e1c into main Feb 1, 2026
14 checks passed
@woodruffw woodruffw deleted the CPU_ARCH_ABI64_32 branch February 1, 2026 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants