aboutsummaryrefslogtreecommitdiff
path: root/src/core/CPP/CPPTypes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CPP/CPPTypes.cpp')
-rw-r--r--src/core/CPP/CPPTypes.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/CPP/CPPTypes.cpp b/src/core/CPP/CPPTypes.cpp
index c197932a13..bd5236fcf8 100644
--- a/src/core/CPP/CPPTypes.cpp
+++ b/src/core/CPP/CPPTypes.cpp
@@ -101,6 +101,16 @@ bool CPUInfo::has_sve2() const
return _impl->info.has_sve2();
}
+bool CPUInfo::has_sme() const
+{
+ return false;
+}
+
+bool CPUInfo::has_sme2() const
+{
+ return false;
+}
+
CPUModel CPUInfo::get_cpu_model() const
{
return _impl->info.cpu_model();