core.stdc.stdatomic

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Tue Nov 14 16:20:01 UTC 2023


For ldc and gdc core.atomic already uses the backend intrinsics. It is 
only dmd that doesn't do that and hence does bad things.

Whatever is missing that stdatomic.h needs, should be added.

https://github.com/ldc-developers/ldc/blob/master/runtime/druntime/src/core/internal/atomic.d#L24


More information about the Digitalmars-d mailing list