concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.38k stars 313 forks source link

Previous version of ck was not compatible with POWERpc #75

Closed mlpesant closed 8 years ago

mlpesant commented 8 years ago

I downloaded a fresh copy of ck from concurrencykit.org/releases/ck-0.5.1.tar.gz. It supports ARM, Power, SPARCv9, x86, x86-64. I tested it on POWER. Thanks!