Page MenuHomeFreeBSD

stdatomic: Only use clang atomics if __clang__ is defined
ClosedPublic

Authored by jhb on Jul 17 2024, 7:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 20, 7:55 PM
Unknown Object (File)
Thu, Feb 20, 6:51 PM
Unknown Object (File)
Thu, Feb 20, 4:43 PM
Unknown Object (File)
Mon, Feb 3, 10:15 PM
Unknown Object (File)
Jan 28 2025, 9:21 PM
Unknown Object (File)
Jan 28 2025, 1:53 AM
Unknown Object (File)
Jan 27 2025, 11:30 PM
Unknown Object (File)
Jan 10 2025, 5:19 AM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 58683
Build 55571: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jul 17 2024, 7:14 PM
jhb created this revision.

We likely don't need sync atomics given the scopeof where it would be needed... but im not sure.

This revision is now accepted and ready to land.Jul 17 2024, 7:55 PM

I think as part of your cleanup of cdefs.h, we can probably drop the pre-GCC 4.7 path entirely. We already don't support versions of GCC that old in cdefs.h now I think?