The atomic store and load functions are now called atomic_store_X and atomic_load_X where X is one of int32, int64 or uint64.
Added abstractions for storing and loading 32-bit and 64-bit values atomically. The functions currently use the GCC __atomic builtin atomics.