sandialabs / qthreads

Lightweight locality-aware user-level threading runtime.
https://www.sandia.gov/qthreads/
Other
173 stars 35 forks source link

Explicit Atomics For Incr Fallback Implementations #227

Closed insertinterestingnamehere closed 9 months ago

insertinterestingnamehere commented 9 months ago

Note: I think these functions should be totally rewritten using C11 atomics later (see #225), but this is just a minimal fix for #224.

insertinterestingnamehere commented 9 months ago

Okay, the lingering CI failures appear resolved here now.