Skip to content

Make the stdatomic shim and mutexatomic type complete

Ondřej Surý requested to merge ondrej/add-16-bit-stdatomic-shims into main

The stdatomic shims for non-C11 compilers (Windows, old gcc, ...) and mutexatomic implemented only and minimal subset of the atomic types. This commit adds 16-bit operations for Windows and all atomic types as defined in standard.

Edited by Ondřej Surý

Merge request reports