Files
openal-soft/OpenAL32
Chris Robinson a0a41921fc Remove const from _Atomic vars to make Clang happy
Clang does not allow using C11's atomic_load on const _Atomic variables.
Previously it just disabled use of C11 atomics if atomic_load didn't work on a
const _Atomic variable, but I think I'd prefer to have Clang use C11 atomics
for the added features (more explicit memory ordering) even if it means a few
instances of breaking const.
2017-04-21 16:58:55 -07:00
..
2017-03-31 09:21:31 -07:00
2017-02-22 18:07:41 -08:00
2017-04-21 04:15:08 -07:00
2017-04-14 16:14:05 -07:00