summaryrefslogtreecommitdiff
path: root/src/cupp11.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-09 15:16:53 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-12-09 15:16:53 +0100
commitca5dbcd2bd31fb0a0e3f6c2f81b3c0fff6250738 (patch)
treebcf35f0d78f4d12d31a4224af3552e1517830d83 /src/cupp11.hpp
parent02c0d640375591b46f9838489e4beb9936508888 (diff)
Made the pre-processor run by default for ARM and Qualcomm GPUs
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 ""; }