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

compatibility apple m2 (arm64) #29

Closed
wants to merge 1 commit into from

Conversation

tschiemer
Copy link

Type sanity check here fails on Apple silicon M2.

Stackoverflow suggested that this 64bit architecture can be detected using __arm64__ and others (ex. TARGET_CPU_ARM64); others didn't necessarily work for me, but this worked like a charm.

I am not sure if this has an influence on other arm64 architectures, but might be beneficial there aswell, I can imagine.

(Thanks for the code)

@tschiemer
Copy link
Author

Just saw this PR #22

Seems to address the same problem, would work aswell. Will close this PR.

Sorry for duplicate

@tschiemer tschiemer closed this Jan 27, 2025
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