mirror of
https://github.com/google/cpu_features.git
synced 2025-07-03 06:03:17 +02:00
Use CPU_FEATURES_ prefix for namespace macros.
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
|
||||
#include "cpu_features_macros.h"
|
||||
|
||||
START_CPP_NAMESPACE
|
||||
CPU_FEATURES_START_CPP_NAMESPACE
|
||||
|
||||
// A struct to hold the result of a call to cpuid.
|
||||
typedef struct {
|
||||
@ -32,6 +32,6 @@ Leaf CpuId(uint32_t leaf_id);
|
||||
// Returns the eax value of the XCR0 register.
|
||||
uint32_t GetXCR0Eax(void);
|
||||
|
||||
END_CPP_NAMESPACE
|
||||
CPU_FEATURES_END_CPP_NAMESPACE
|
||||
|
||||
#endif // CPU_FEATURES_INCLUDE_INTERNAL_CPUID_X86_H_
|
||||
|
Reference in New Issue
Block a user