mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Formatting: Use nested namespace
This commit is contained in:
parent
2a60153530
commit
b0aa8dbb7c
1 changed files with 2 additions and 7 deletions
|
|
@ -20,12 +20,9 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
namespace juce
|
||||
{
|
||||
|
||||
#if JUCE_INTEL && ! JUCE_NO_INLINE_ASM
|
||||
|
||||
namespace SystemStatsHelpers
|
||||
namespace juce::SystemStatsHelpers
|
||||
{
|
||||
|
||||
static void doCPUID (uint32& a, uint32& b, uint32& c, uint32& d, uint32 type)
|
||||
|
|
@ -101,8 +98,6 @@ static void getCPUInfo (bool& hasMMX,
|
|||
hasAVX512VPOPCNTDQ = (c & (1u << 14)) != 0;
|
||||
}
|
||||
|
||||
} // namespace SystemStatsHelpers
|
||||
} // namespace juce::SystemStatsHelpers
|
||||
|
||||
#endif
|
||||
|
||||
} // namespace juce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue