3 Commits
Author SHA1 Message Date
sisungo 475334f2db feat: add rpmalloc 2026-02-23 13:16:42 +08:00
sisungo 9ed6813222 fix: stdatomic.h compatibility with gcc -std=c11/c17/...
Newer versions of gcc has __has_feature(x) macro, too, and returns
true on c_atomic, though it does not support Clang-flavored atomic
builtins.
2026-02-22 15:52:46 +08:00
sisungo e7e10be26a feat: support C11 atomics 2026-02-22 13:01:19 +08:00