Now that #1764 is implemented, we need to improve language support for it. When building with `--single-threaded`: * [ ] `@atomicLoad` should be a normal (non-atomic) load * [ ] `@atomicRmw` should be a normal (non-atomic) read, modify, write * [ ] `@fence` should be a no-op
Now that #1764 is implemented, we need to improve language support for it. When building with
--single-threaded:@atomicLoadshould be a normal (non-atomic) load@atomicRmwshould be a normal (non-atomic) read, modify, write@fenceshould be a no-op