mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 14:57:46 +00:00
Fix Intel compiler build
This commit is contained in:
parent
5f6fe65eb2
commit
0120dbfe65
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user