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

Add atomic_shim to support platforms where 64-bit atomics are not available #23

Merged
merged 3 commits into from
Jul 20, 2020
Merged

Add atomic_shim to support platforms where 64-bit atomics are not available #23

merged 3 commits into from
Jul 20, 2020

Commits on Jul 18, 2020

  1. Add atomic_shim to support platforms where 64-bit atomics are not ava…

    …ilable
    
    Signed-off-by: Nazar Mishturak <[email protected]>
    nazar554 committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    75f2ae3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Add ctor for static AtomicU64 initialization on MIPS/PowerPC

    Signed-off-by: Nazar Mishturak <[email protected]>
    nazar554 committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    49e16a8 View commit details
    Browse the repository at this point in the history
  2. Make raw-cpuid required only on x86/x86_64

    Signed-off-by: Nazar Mishturak <[email protected]>
    nazar554 committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    33e0c33 View commit details
    Browse the repository at this point in the history