X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=README.md;h=d7966a2c54dbbad4eaf92a5e01b8d99abd7e6451;hb=59fdcc3a77acbfd1c4552b64882752b96b2a4a5c;hp=6b87b63719aa03eaa57d01a6bc671624bafd7c1f;hpb=d2916ca5c0c441284ee19cc5b9ba4d2e532768bc;p=userspace-rcu.git diff --git a/README.md b/README.md index 6b87b63..d7966a2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + + Userspace RCU Implementation ============================ @@ -434,6 +440,10 @@ still being used to iterate on a hash table. This option alters the rculfhash ABI. Make sure to compile both library and application with matching configuration. +### Usage of `--enable-compiler-atomic-builtins` + +Building liburcu with `--enable-compiler-atomic-builtins` implements the uatomic +API with the compiler atomic builtins if supported. Make targets ------------