From 678708a2c7fb181e37dc1cd3e050b1e2bd2203bf Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Wed, 12 Jul 2023 02:48:47 -0400 Subject: [PATCH] fixup! fix fallback --- src/processor_fallback.cpp | 3 +++ 1 file changed, 3 insertions(+) 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()