Skip to content

Commit

Permalink
fixup! fix fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jul 12, 2023
1 parent 8b2f341 commit 678708a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/processor_fallback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 678708a

Please sign in to comment.