Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Apple Silicon (ARM64) #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alphaidea
Copy link

Purpose

Add support for Apple Silicon (M1/M2) to improve compatibility with macOS on ARM64 platforms.

Changes

  • Updated build scripts to include ARM64 architecture.
  • Fixed dependency compatibility issues for macOS.
  • Improved performance on M1/M2 chips.

Impact

This change is backward-compatible with x86 architectures and does not affect existing functionality.

This commit introduces compatibility with Apple Silicon (M1/M2) architecture.
- Updated build scripts to include arm64 as a target.
- Fixed issues with dependency compatibility on macOS.
- Verified improved runtime performance on M1 and M2 machines.
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.

1 participant