Closed m-kurtenacker closed 4 years ago
Implements AtomicRMW instructions for #49.
This LGTM on the functional side. Can you add tests for this? The atomics support in #include <stdatomic.h> should cover all cases.
#include <stdatomic.h>
👍, I'll add some tests.
Implements AtomicRMW instructions for #49.