diff --git a/src/processor_fallback.cpp b/src/processor_fallback.cpp index 15240190cce3a..0c5271284a629 100644 --- a/src/processor_fallback.cpp +++ b/src/processor_fallback.cpp @@ -2,6 +2,9 @@ // Fallback processor detection and dispatch +static constexpr FeatureName feature_names[] = {}; +static constexpr uint32_t nfeature_names = sizeof(feature_names) / sizeof(FeatureName); + namespace Fallback { static inline const std::string &host_cpu_name()