mirror of
https://github.com/google/cpu_features.git
synced 2025-08-17 03:34:35 +02:00
Use CPU_FEATURES_ prefix for namespace macros.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "cpu_features_macros.h"
|
||||
|
||||
START_CPP_NAMESPACE
|
||||
CPU_FEATURES_START_CPP_NAMESPACE
|
||||
|
||||
typedef struct {
|
||||
int msa : 1; // MIPS SIMD Architecture
|
||||
@@ -48,6 +48,6 @@ int GetMipsFeaturesEnumValue(const MipsFeatures* features,
|
||||
|
||||
const char* GetMipsFeaturesEnumName(MipsFeaturesEnum);
|
||||
|
||||
END_CPP_NAMESPACE
|
||||
CPU_FEATURES_END_CPP_NAMESPACE
|
||||
|
||||
#endif // CPU_FEATURES_INCLUDE_CPUINFO_MIPS_H_
|
||||
|
Reference in New Issue
Block a user