summaryrefslogtreecommitdiff
path: root/src/database/database.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/database.hpp')
-rw-r--r--src/database/database.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/database/database.hpp b/src/database/database.hpp
index b34e0d8a..e49146c5 100644
--- a/src/database/database.hpp
+++ b/src/database/database.hpp
@@ -72,6 +72,9 @@ class Database {
// The database consists of separate database entries, stored together in a vector
static const std::vector<const DatabaseEntry*> database;
+ // Database for a special case: Apple CPUs support limited number of threads
+ static const std::vector<const DatabaseEntry*> apple_cpu_fallback;
+
Database() = default;
// The constructor with a user-provided database overlay (potentially an empty vector)