Browse Source
SystemStats: Avoid "pragma intrinsic" when building with the Intel compiler
v6.0.8
reuk
4 years ago
No known key found for this signature in database
GPG Key ID: 9ADCD339CFC98A11
1 changed files with
1 additions and
1 deletions
-
modules/juce_core/native/juce_win32_SystemStats.cpp
|
|
@@ -23,7 +23,7 @@ |
|
|
|
namespace juce
|
|
|
|
{
|
|
|
|
|
|
|
|
#if JUCE_MSVC
|
|
|
|
#if JUCE_MSVC && ! defined (__INTEL_COMPILER)
|
|
|
|
#pragma intrinsic (__cpuid)
|
|
|
|
#pragma intrinsic (__rdtsc)
|
|
|
|
#endif
|
|
|
|