Browse Source

SystemStats: Avoid "pragma intrinsic" when building with the Intel compiler

v6.0.8
reuk 4 years ago
parent
commit
3fe0b07a82
No known key found for this signature in database GPG Key ID: 9ADCD339CFC98A11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/native/juce_win32_SystemStats.cpp

+ 1
- 1
modules/juce_core/native/juce_win32_SystemStats.cpp View File

@@ -23,7 +23,7 @@
namespace juce
{
#if JUCE_MSVC
#if JUCE_MSVC && ! defined (__INTEL_COMPILER)
#pragma intrinsic (__cpuid)
#pragma intrinsic (__rdtsc)
#endif


Loading…
Cancel
Save