We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7888c61 commit 6052bceCopy full SHA for 6052bce
src/include/storage/barrier.h
@@ -53,6 +53,7 @@ extern slock_t dummy_spinlock;
53
/*
54
* icc defines __GNUC__, but doesn't support gcc's inline asm syntax
55
*/
56
+#include <emmintrin.h>
57
#define pg_memory_barrier() _mm_mfence()
58
#define pg_compiler_barrier() __memory_barrier()
59
#elif defined(__GNUC__)
0 commit comments