mirror of
https://github.com/slendidev/lunar.git
synced 2026-01-31 00:38:59 +02:00
12
subprojects/tracy/public/client/TracyCpuid.hpp
Normal file
12
subprojects/tracy/public/client/TracyCpuid.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __TRACYCPUID_HPP__
|
||||
#define __TRACYCPUID_HPP__
|
||||
|
||||
// Prior to GCC 11 the cpuid.h header did not have any include guards and thus
|
||||
// including it more than once would cause a compiler error due to symbol
|
||||
// redefinitions. In order to support older GCC versions, we have to wrap this
|
||||
// include between custom include guards to prevent this issue.
|
||||
// See also https://github.com/wolfpld/tracy/issues/452
|
||||
|
||||
#include <cpuid.h>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user