Skip to content

Commit 678708a

Browse files
committed
fixup! fix fallback
1 parent 8b2f341 commit 678708a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/processor_fallback.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
// Fallback processor detection and dispatch
44

5+
static constexpr FeatureName feature_names[] = {};
6+
static constexpr uint32_t nfeature_names = sizeof(feature_names) / sizeof(FeatureName);
7+
58
namespace Fallback {
69

710
static inline const std::string &host_cpu_name()

0 commit comments

Comments
 (0)