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

armv7-a: ck_pr_md_store_double not defined, however ck_pr_store_64 IS #59

Closed mhaberler closed 9 years ago

mhaberler commented 9 years ago

what gives? i.MX6: mah@cubox-i:/next/home/mah/src/ck-cubox-i/regressions/ck_pr/validate$ ./ck_pr_load ck_pr_load_64: SUCCESS ck_pr_load_32: SUCCESS ck_pr_load_16: SUCCESS ck_pr_load_8: SUCCESS mah@cubox-i:/next/home/mah/src/ck-cubox-i/regressions/ck_pr/validate$ ./ck_pr_store ck_pr_store_64: SUCCESS ck_pr_store_32: SUCCESS ck_pr_store_16: SUCCESS ck_pr_store_8: SUCCESS