Enable __sync use on Intel 11.0 or later. Refs #3351.

[SVN r57951]
This commit is contained in:
Peter Dimov
2009-11-26 20:17:55 +00:00
parent c97eebabf7
commit 979e76b7e0

View File

@ -40,7 +40,7 @@
#undef BOOST_SP_HAS_SYNC
#endif
#if defined( __INTEL_COMPILER ) && !defined( __ia64__ )
#if defined( __INTEL_COMPILER ) && !defined( __ia64__ ) && ( __INTEL_COMPILER < 1100 )
#undef BOOST_SP_HAS_SYNC
#endif