mirror of
https://github.com/google/cpu_features.git
synced 2025-06-30 21:02:34 +02:00
Explicitly namespace every extern identifier
This commit is contained in:
@ -66,7 +66,7 @@ typedef struct {
|
||||
uint32_t hwcaps2;
|
||||
} HardwareCapabilities;
|
||||
|
||||
HardwareCapabilities GetHardwareCapabilities(void);
|
||||
HardwareCapabilities CpuFeatures_GetHardwareCapabilities(void);
|
||||
|
||||
CPU_FEATURES_END_CPP_NAMESPACE
|
||||
|
||||
|
Reference in New Issue
Block a user