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

Update word size detection #87

Closed
wants to merge 1 commit into from

Commits on Jun 5, 2022

  1. Update word size detection

    The detection for word size was dependent on `__LONG_WIDTH__` for at least gcc Alpine Linux (probably other musl distros too).
    This is not working with clang which does not define `__LONG_WIDTH__`.
    Replace `__LONG_WIDTH__` by `__SIZE_WIDTH__`.
    As this will not work as expected for x32 ABI, add a robust x32 detection first.
    mayeut committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    7629fd2 View commit details
    Browse the repository at this point in the history