We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1383f4 commit e72273aCopy full SHA for e72273a
opal/include/opal/sys/gcc_builtin/atomic.h
@@ -36,7 +36,7 @@
36
*
37
*********************************************************************/
38
39
-#if defined(PLATFORM_ARCH_X86_64) && defined (__GNUC__) && !defined(__llvm) && (__GNUC__ < 6)
+#if defined(PLATFORM_ARCH_X86_64) && defined(PLATFORM_COMPILER_GNU) && __GNUC__ < 8
40
/* work around a bug in older gcc versions where ACQUIRE seems to get
41
* treated as a no-op instead */
42
#define OPAL_BUSTED_ATOMIC_MB 1
0 commit comments