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 8d30337 commit c8b7e81Copy full SHA for c8b7e81
src/include/storage/s_lock.h
@@ -66,7 +66,7 @@
66
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
67
* Portions Copyright (c) 1994, Regents of the University of California
68
*
69
- * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.162 2007/07/16 14:02:22 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.163 2007/08/05 15:11:40 tgl Exp $
70
71
*-------------------------------------------------------------------------
72
*/
@@ -78,7 +78,7 @@
78
#ifdef HAVE_SPINLOCKS /* skip spinlocks if requested */
79
80
81
-#if defined(__GNUC__) || defined(__ICC)
+#if defined(__GNUC__) || defined(__INTEL_COMPILER)
82
/*************************************************************************
83
* All the gcc inlines
84
* Gcc consistently defines the CPU as __cpu__.
0 commit comments