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)
Wed, Dec 11, 12:56 PM
Unknown Object (File)
Nov 30 2024, 8:26 PM
Unknown Object (File)
Nov 29 2024, 2:40 PM
Unknown Object (File)
Nov 25 2024, 9:51 PM
Unknown Object (File)
Nov 23 2024, 5:52 AM
Unknown Object (File)
Nov 21 2024, 4:34 PM
Unknown Object (File)
Nov 21 2024, 1:37 PM
Unknown Object (File)
Nov 19 2024, 6:46 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?