diff --git a/src/hb-atomic.hh b/src/hb-atomic.hh index 9321932e0..d98a9605e 100644 --- a/src/hb-atomic.hh +++ b/src/hb-atomic.hh @@ -184,7 +184,7 @@ static inline bool _hb_compare_and_swap_ptr (void **P, void *O, void *N) #endif -#elif !defined(HB_NO_MT) && defined(_AIX) && defined(__IBMCPP__) +#elif !defined(HB_NO_MT) && defined(_AIX) && (defined(__IBMCPP__) || defined(__ibmxl__)) #include