mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[atomic] Re-enable intrinsics implementation
This commit is contained in:
parent
e404cf0860
commit
e10d647a73
1 changed files with 1 additions and 1 deletions
|
@ -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++. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue