|
Boost-Commit : |
From: pdimov_at_[hidden]
Date: 2008-06-02 16:01:30
Author: pdimov
Date: 2008-06-02 16:01:30 EDT (Mon, 02 Jun 2008)
New Revision: 46055
URL: http://svn.boost.org/trac/boost/changeset/46055
Log:
#include <ia64intrin.h> in spinlock_sync.hpp as well.
Text files modified:
trunk/boost/detail/spinlock_sync.hpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/boost/detail/spinlock_sync.hpp
==============================================================================
--- trunk/boost/detail/spinlock_sync.hpp (original)
+++ trunk/boost/detail/spinlock_sync.hpp 2008-06-02 16:01:30 EDT (Mon, 02 Jun 2008)
@@ -17,6 +17,10 @@
#include <boost/detail/yield_k.hpp>
+#if defined( __ia64__ ) && defined( __INTEL_COMPILER )
+# include <ia64intrin.h>
+#endif
+
namespace boost
{
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk