mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
Fix Intel compiler build
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#if defined(__has_builtin)
|
||||
# if __has_builtin(__builtin_ia32_pause) && !defined(_INTEL_COMPILER)
|
||||
# if __has_builtin(__builtin_ia32_pause) && !defined(__INTEL_COMPILER)
|
||||
# define BOOST_CORE_HAS_BUILTIN_IA32_PAUSE
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user