From 067e2aa0be547cde8a8cbd814f19edfa45557415 Mon Sep 17 00:00:00 2001 From: seancfoley Date: Wed, 28 Sep 2016 03:12:56 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15b26ee..1dd5696 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ High performance C++ implementation of producer/consumer queue architecture ### Platforms * Written in portable code for all platforms -* In a couple of spots uses g++ atomic built-ins __sync_lock_test_and_set and __sync_fetch_and_add, see https://gcc.gnu.org/onlinedocs/gcc-4.4.5/gcc/Atomic-Builtins.html -* Developed in Eclipse on Linux using Eclipse CDT and g++, you can import it into your Eclipse environment +* In a couple of spots it uses g++ atomic built-ins __sync_lock_test_and_set and __sync_fetch_and_add, see [atomic built-ins documentation](https://gcc.gnu.org/onlinedocs/gcc-4.4.5/gcc/Atomic-Builtins.html) +* Developed in Eclipse Mars 2 on Linux using Eclipse CDT and compiling with g++, it can be easily imported into an Eclipse workspace