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

BLD: Help raspian arm + clang 13 about __builtin_mul_overflow #22857

Merged
merged 1 commit into from Dec 21, 2022

Commits on Dec 21, 2022

  1. BLD: Help raspian arm + clang 13 about __builtin_mul_overflow

    It seems on raspian arm with clang 13 `__builtin_mul_overflow` is
    defined for `int` but doesn't work for `ptrdiff_t` (and maybe others).
    This checks for `ptrdiff_t` instead of int, which was reported to
    work-around the issue.
    
    Closes numpygh-22811
    seberg authored and charris committed Dec 21, 2022
    Copy the full SHA
    f833e6e View commit details
    Browse the repository at this point in the history