[PATCH] Re-enable atomic support on AArch64
Renato Golin
renato.golin at linaro.org
Thu Feb 14 08:59:18 PST 2013
Hi Tim,
+#ifdef __i386__
_Static_assert(__GCC_ATOMIC_LLONG_LOCK_FREE == 1, "");
+#else
+_Static_assert(__GCC_ATOMIC_LLONG_LOCK_FREE == 2, "");
+#endif
This seems an odd change... Is it 2 the new "default" value?
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130214/508ac6f1/attachment.html>
More information about the cfe-commits
mailing list