summaryrefslogtreecommitdiff
path: root/src/utilities/compile.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/utilities/compile.hpp
parent02c0d640375591b46f9838489e4beb9936508888 (diff)
Made the pre-processor run by default for ARM and Qualcomm GPUs
Diffstat (limited to 'src/utilities/compile.hpp')
-rw-r--r--src/utilities/compile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utilities/compile.hpp b/src/utilities/compile.hpp
index 0df2ded5..1b4f4a7a 100644
--- a/src/utilities/compile.hpp
+++ b/src/utilities/compile.hpp
@@ -28,7 +28,7 @@ Program CompileFromSource(const std::string &source_string, const Precision prec
const std::string &routine_name,
const Device& device, const Context& context,
std::vector<std::string>& options,
- const bool run_preprocessor,
+ const size_t run_preprocessor, // 0: platform dependent, 1: always, 2: never
const bool silent = false);
// =================================================================================================