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 9579788 commit be4a36bCopy full SHA for be4a36b
opal/include/opal/sys/arm64/atomic_llsc.h
@@ -23,6 +23,11 @@
23
* $HEADER$
24
*/
25
26
+#if defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) || defined(__ibmxl__)
27
+/* Silence -Wlanguage-extension-token */
28
+#define typeof __typeof__
29
+#endif
30
+
31
#if !defined(OPAL_SYS_ARCH_ATOMIC_LLSC_H)
32
33
#define OPAL_SYS_ARCH_ATOMIC_LLSC_H
0 commit comments