[libclc] 40/291: Use brackets around include files in length.cl and normalize.cl

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit 35e27a92509a2acb10a8dab85b969818403dfb46
Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Wed Jun 26 18:20:15 2013 +0000

    Use brackets around include files in length.cl and normalize.cl
    
    These functions were not being compiled
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@184985 91177308-0d34-0410-b5e6-96231b3b80d8
---
 generic/lib/geometric/length.cl    | 2 +-
 generic/lib/geometric/normalize.cl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/generic/lib/geometric/length.cl b/generic/lib/geometric/length.cl
index cbe84a0..e26f2b8 100644
--- a/generic/lib/geometric/length.cl
+++ b/generic/lib/geometric/length.cl
@@ -4,5 +4,5 @@
 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
 #endif
 
-#define BODY "length.inc"
+#define BODY <length.inc>
 #include <clc/geometric/floatn.inc>
diff --git a/generic/lib/geometric/normalize.cl b/generic/lib/geometric/normalize.cl
index e5a521f..70d255d 100644
--- a/generic/lib/geometric/normalize.cl
+++ b/generic/lib/geometric/normalize.cl
@@ -4,5 +4,5 @@
 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
 #endif
 
-#define BODY "normalize.inc"
+#define BODY <normalize.inc>
 #include <clc/geometric/floatn.inc>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list