mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00: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.