[Midnightbsd-cvs] [MidnightBSD/src] feec34: stdatomic: Only use clang atomics if __clang__ is ...

Lucas Holt noreply at github.com
Sun Dec 1 14:28:37 EST 2024


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: feec3424c22b0478b4a272572f2dd59ee2dc770e
      https://github.com/MidnightBSD/src/commit/feec3424c22b0478b4a272572f2dd59ee2dc770e
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2024-12-01 (Sun, 01 Dec 2024)

  Changed paths:
    M sys/sys/stdatomic.h

  Log Message:
  -----------
  stdatomic: Only use clang atomics if __clang__ is defined
GCC 14 defines __has_extension(c_atomic) but does not support
__c11_atomic_*, so require __clang__ for the CLANG_ATOMICS case.



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications


More information about the Midnightbsd-cvs mailing list