Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seancfoley authored Sep 28, 2016
1 parent ddac02e commit 067e2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 067e2aa

Please sign in to comment.