(Apply commit
fe16265 from 'release-7_4' branch.)
* README: Add top-level disclaimer that it is better to use
C11 or C++14 atomic primitives instead of this library for the
newly-developed code.
Synopsis
========
+IN NEW CODE, PLEASE USE C11 OR C++14 STANDARD ATOMICS INSTEAD OF THIS PACKAGE.
+
This package provides semi-portable access to hardware provided
atomic memory operations. These might allow you to write code: