8000
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 cfb7559 commit e653c71Copy full SHA for e653c71
src/include/port/atomics.h
@@ -89,7 +89,7 @@
89
/*
90
* gcc or compatible, including clang and icc. Exclude xlc. The ppc64le "IBM
91
* XL C/C++ for Linux, V13.1.2" emulates gcc, but __sync_lock_test_and_set()
92
- * of one-byte types elicits SIGSEGV.
+ * of one-byte types elicits SIGSEGV. That bug was gone by V13.1.5 (2016-12).
93
*/
94
#if (defined(__GNUC__) || defined(__INTEL_COMPILER)) && !(defined(__IBMC__) || defined(__IBMCPP__))
95
#include "port/atomics/generic-gcc.h"
0 commit comments