diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/cl-common.cfg | 2 | ||||
-rw-r--r-- | resources/cl-impl.cfg | 1 | ||||
-rw-r--r-- | resources/includes/CL_orig/cl_platform.h | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/resources/cl-common.cfg b/resources/cl-common.cfg index fab403b5..c98fb9b6 100644 --- a/resources/cl-common.cfg +++ b/resources/cl-common.cfg @@ -106,3 +106,5 @@ TagNativeBinding true # platform dependent extensions Ignore .*APPLE.* + +Ignore nanf diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg index 856c85cd..4a34683e 100644 --- a/resources/cl-impl.cfg +++ b/resources/cl-impl.cfg @@ -52,6 +52,7 @@ ArgumentIsString clGetExtensionFunctionAddressImpl 0 #append to generated c files CustomCCode #include <CL/cl.h> +CustomCCode #include <CL/cl_ext.h> CustomCCode #include <CL/cl_gl.h> CustomCCode #include <GL3/gl3.h> CustomCCode #include <inttypes.h> diff --git a/resources/includes/CL_orig/cl_platform.h b/resources/includes/CL_orig/cl_platform.h index 043b0489..8ef99ff1 100644 --- a/resources/includes/CL_orig/cl_platform.h +++ b/resources/includes/CL_orig/cl_platform.h @@ -405,7 +405,7 @@ typedef unsigned int cl_GLenum; /* #define CL_ALIGNED(_x) _CRT_ALIGN(_x) */ #define CL_ALIGNED(_x) #else - #warning Need to implement some method to align data here + #warning "Need to implement some method to align data here" #define CL_ALIGNED(_x) #endif |