Commit Graph

3 Commits

Author SHA1 Message Date
122337569c Add atomic store and load operations
Added abstractions for storing and loading 32-bit and 64-bit values
atomically. The functions currently use the GCC __atomic builtin atomics.
2017-04-24 15:58:28 +03:00
ad1c05b015 Merge branch '2.1' into develop 2017-04-05 11:35:13 +03:00
462b572600 Compile atomic.c as C++ 2017-03-24 09:21:20 +02:00