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:
@ -21,7 +21,7 @@
|
||||
#include <string.h>
|
||||
#include "cpu_features_macros.h"
|
||||
|
||||
START_CPP_NAMESPACE
|
||||
CPU_FEATURES_START_CPP_NAMESPACE
|
||||
|
||||
typedef struct {
|
||||
const char* ptr;
|
||||
@ -96,6 +96,6 @@ bool HasWord(const StringView line, const char* const word);
|
||||
bool GetAttributeKeyValue(const StringView line, StringView* key,
|
||||
StringView* value);
|
||||
|
||||
END_CPP_NAMESPACE
|
||||
CPU_FEATURES_END_CPP_NAMESPACE
|
||||
|
||||
#endif // CPU_FEATURES_INCLUDE_INTERNAL_STRING_VIEW_H_
|
||||
|
Reference in New Issue
Block a user