Skip to content

Commit

Permalink
Support xlclang++ on AIX. (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealMDoerr authored and ebraminio committed Feb 15, 2019
1 parent 28f7736 commit 5c2bb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hb-atomic.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 5c2bb1d

Please sign in to comment.