Support xlclang++ on AIX. (#1584)

pull/1583/head^2
Martin 6 years ago committed by Ebrahim Byagowi
parent 28f7736132
commit 5c2bb1de8d
  1. 2
      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 <builtins.h>

Loading…
Cancel
Save