From edd9720fbb570e0fe177cc41d3612084ea8a7b17 Mon Sep 17 00:00:00 2001 From: Wade Walker Date: Sun, 8 Nov 2015 14:12:22 -0600 Subject: Fix OS X 32-bit builds for OpenCL 1.2 and 2.0 Copies changes from Sven's commit f7c50fca34df0b5d393ffab0da09bce19ddfba64 into the two new config files for OpenCL 1.2 and 2.0, so the fix will be present in all three versions. --- make/config/cl-impl-12.cfg | 4 ++-- make/config/cl-impl-20.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/make/config/cl-impl-12.cfg b/make/config/cl-impl-12.cfg index 4a441adf..c8b0c839 100644 --- a/make/config/cl-impl-12.cfg +++ b/make/config/cl-impl-12.cfg @@ -68,11 +68,11 @@ Ignore clGetExtensionFunctionAddress ForceProcAddressGen clGetExtensionFunctionAddress #append to generated c files +CustomCCode #include +CustomCCode #include CustomCCode #include CustomCCode #include CustomCCode #include -CustomCCode #include -CustomCCode #include # implement manually via custom code Ignore clCreateContext diff --git a/make/config/cl-impl-20.cfg b/make/config/cl-impl-20.cfg index 380e1de4..d446da19 100644 --- a/make/config/cl-impl-20.cfg +++ b/make/config/cl-impl-20.cfg @@ -68,11 +68,11 @@ Ignore clGetExtensionFunctionAddress ForceProcAddressGen clGetExtensionFunctionAddress #append to generated c files +CustomCCode #include +CustomCCode #include CustomCCode #include CustomCCode #include CustomCCode #include -CustomCCode #include -CustomCCode #include # implement manually via custom code Ignore clCreateContext -- cgit v1.2.3