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.34k stars 312 forks source link

ck_pr/arm: Add support for armv7ve #214

Closed ehem closed 8 months ago

ehem commented 8 months ago

This is simply another variant of armv7, but the #defines differ. Update to allow this additional variant.

cognet commented 8 months ago

Merged, thanks!