You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix buggy __builtin_subcll in Xcode 14.3.1 on arm64 (#294)
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.
Co-authored-by: yperbasis <[email protected]>
0 commit comments