mirror of
https://github.com/google/cpu_features.git
synced 2025-07-02 21:53:18 +02:00
Use CPU_FEATURES_ prefix for namespace macros.
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
#include "internal/hwcaps.h"
|
||||
#include "internal/string_view.h"
|
||||
|
||||
START_CPP_NAMESPACE
|
||||
CPU_FEATURES_START_CPP_NAMESPACE
|
||||
|
||||
// Use the following macro to declare setter functions to be used in
|
||||
// CapabilityConfig.
|
||||
@ -54,5 +54,5 @@ void OverrideFromHwCaps(const size_t configs_size,
|
||||
const HardwareCapabilities hwcaps,
|
||||
void* const features);
|
||||
|
||||
END_CPP_NAMESPACE
|
||||
CPU_FEATURES_END_CPP_NAMESPACE
|
||||
#endif // CPU_FEATURES_INCLUDE_INTERNAL_LINUX_FEATURES_AGGREGATOR_H_
|
||||
|
Reference in New Issue
Block a user