From d5153539e282ce4fea819566120990a62241b039 Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 8 Feb 2018 09:49:59 +0100 Subject: [PATCH] Some syntax error --- OpenCL/inc_vendor.cl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index e9774071a..0346bb8a3 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -81,10 +81,10 @@ * function declarations can have a large influence depending on the opencl runtime */ -#ifdef IS_CPU +#if defined IS_CPU #define DECLSPEC static -#elif IS_GPU -#ifdef IS_AMD +#elif defined IS_GPU +#if defined IS_AMD #define DECLSPEC inline #else #define DECLSPEC