From 7eca5567fa823ac2411527f4ad43ca87072746a0 Mon Sep 17 00:00:00 2001 From: Hans Boehm Date: Mon, 23 May 2016 21:24:33 +0300 Subject: [PATCH] Add disclaimer to README to favor C11/C++14 atomics over libatomic_ops use (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. --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 276191c..9a8d42a 100644 --- a/README +++ b/README @@ -1,6 +1,8 @@ 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: -- 2.50.1