[libclc] 176/291: Add int3/uint3 to integer-gentype.inc

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:46 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 ecdc10584b035e80e5860db5c668bfa7d480e6bf
Author: Aaron Watry <awatry at gmail.com>
Date:   Sat Aug 23 14:04:36 2014 +0000

    Add int3/uint3 to integer-gentype.inc
    
    These were missing and caused mad24/mul24 with int3/uint3 arg type to fail
    
    Signed-off-by: Aaron Watry <awatry at gmail.com>
    Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@216321 91177308-0d34-0410-b5e6-96231b3b80d8
---
 generic/include/clc/integer/integer-gentype.inc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/generic/include/clc/integer/integer-gentype.inc b/generic/include/clc/integer/integer-gentype.inc
index 6470eb3..e4115cf 100644
--- a/generic/include/clc/integer/integer-gentype.inc
+++ b/generic/include/clc/integer/integer-gentype.inc
@@ -6,6 +6,10 @@
 #include __CLC_BODY
 #undef __CLC_GENTYPE
 
+#define __CLC_GENTYPE int3
+#include __CLC_BODY
+#undef __CLC_GENTYPE
+
 #define __CLC_GENTYPE int4
 #include __CLC_BODY
 #undef __CLC_GENTYPE
@@ -26,6 +30,10 @@
 #include __CLC_BODY
 #undef __CLC_GENTYPE
 
+#define __CLC_GENTYPE uint3
+#include __CLC_BODY
+#undef __CLC_GENTYPE
+
 #define __CLC_GENTYPE uint4
 #include __CLC_BODY
 #undef __CLC_GENTYPE

-- 
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