Commit 8a0952db7e521320cd4d8b67b287f7d33c21b6e0

Bruce Mitchener 2018-01-04T18:40:10

atomics: Favor compiler primitives over macOS APIs. (#676) In macOS 10.12, the `OSMemoryBarrier` and related APIs were deprecated in favor of using `std::atomic`. On the way to supporting `std::atomic`, we can favor using the "Intel primitives" which are also available on macOS.