Mercury-Language / mercury

The Mercury logic programming system.
Other
904 stars 54 forks source link

Use C11 stdatomics.h #114

Open poldy opened 1 year ago

poldy commented 1 year ago

This PR should use C11 atomics where supported (I'm particularly interested in clang on arm64 Macs).

I'd consider this a first draft, so feel free to comment.