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

Replace AtomicU64 with AtomicUsize #3884

Closed
wants to merge 1 commit into from
Closed

Commits on Mar 18, 2020

  1. Replace AtomicU64 with AtomicUsize

    PowerPC and MIPS do not have AtomicU64, but AtomicUsize is a more
    portable type that can be used as a replacement.
    dm0- committed Mar 18, 2020
You can’t perform that action at this time.