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

Fix buggy __builtin_subcll in Xcode 14.3.1 on arm64 #294

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Conversation

chfast
Copy link
Owner

@chfast chfast commented Jul 17, 2023

The C++ compiler from Xcode 14.3.1 miscompiles __builtin_subcll on arm64 / Apple M1 architectures.
This change disables usage of the builtin in this compiler version.

Replaces #293.
Fixes #292.

The C++ compiler from Xcode 14.3.1 miscompiles __builtin_subcll
on arm64 / Apple M1 architectures.
This change disables usage of the builtin in this compiler version.
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.

2 participants