[atomic] Re-enable intrinsics implementation

This commit is contained in:
Behdad Esfahbod 2025-04-03 22:01:37 -06:00
parent e404cf0860
commit e10d647a73

View file

@ -50,7 +50,7 @@
/* Defined externally, i.e. in config.h. */
#elif !defined(HB_NO_MT) && defined(__ATOMIC_ACQUIRE) && 0
#elif !defined(HB_NO_MT) && defined(__ATOMIC_ACQUIRE)
/* C++11-style GCC primitives. We prefer these as they don't require linking to libstdc++ / libc++. */