mirror of
https://github.com/ruby/ruby.git
synced 2026-08-12 08:20:37 +08:00
This only adds the rbimpl_ version to include/ruby/atomic.h so that it is not a new public interface. We were already using RUBY_ATOMIC_VALUE_LOAD in a few locations. This will allow us to use other memory orders internally when desired.