summaryrefslogtreecommitdiff
path: root/src/cupp11.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cupp11.hpp')
-rw-r--r--src/cupp11.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cupp11.hpp b/src/cupp11.hpp
index 41de0951..eb177ca2 100644
--- a/src/cupp11.hpp
+++ b/src/cupp11.hpp
@@ -321,6 +321,7 @@ public:
bool IsNVIDIA() const { return true; }
bool IsIntel() const { return false; }
bool IsARM() const { return false; }
+ bool IsQualcomm() const { return false; }
// Platform specific extensions
std::string AMDBoardName() const { return ""; }