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

128 Bit Atomics Fallback Implementation #215

Commits on Jan 18, 2024

  1. Vendor in an implementation of lock-free 128 bit atomics from progres…

    …s64 as a fallback
    
    for when the standard implementation isn't actually lock free.
    Also test carefully to check whether the standard implementation will actually
    be lock free and use it at least in those cases.
    insertinterestingnamehere committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3afa7d7 View commit details
    Browse the repository at this point in the history
  2. Pipe the info about which gcc version clang is using for its supporti…

    …ng libraries into a preprocessor define.
    insertinterestingnamehere committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    81aff9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ab66fa View commit details
    Browse the repository at this point in the history