<div dir="ltr">OSL provides atomic helpers (osl_atomic_xxx) in the form of a GNU builtin (where available) or a platform-specific implementation.<div><br></div><div>Any reason for not using modern std::atomic (besides possible lack of volunteers) ?</div><div><br></div><div><br></div><div>As a transitional phase, we can maintain the same interface but with std:atomic as the implementation.</div><div><br></div><div>Thoughts?</div></div>