We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2f341 commit 678708aCopy full SHA for 678708a
src/processor_fallback.cpp
@@ -2,6 +2,9 @@
2
3
// Fallback processor detection and dispatch
4
5
+static constexpr FeatureName feature_names[] = {};
6
+static constexpr uint32_t nfeature_names = sizeof(feature_names) / sizeof(FeatureName);
7
+
8
namespace Fallback {
9
10
static inline const std::string &host_cpu_name()
0 commit comments