[libclc] 39/58: geometric/floatn.inc: Add vec8 and vec16 types
Andreas Boll
aboll-guest at moszumanska.debian.org
Thu Oct 6 08:16:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
aboll-guest pushed a commit to branch master
in repository libclc.
commit 838e0fa580c22b9e65096710cdea527c5c454497
Author: Tom Stellard <thomas.stellard at amd.com>
Date: Fri Jul 22 23:45:11 2016 +0000
geometric/floatn.inc: Add vec8 and vec16 types
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@276495 91177308-0d34-0410-b5e6-96231b3b80d8
---
generic/include/clc/geometric/floatn.inc | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/generic/include/clc/geometric/floatn.inc b/generic/include/clc/geometric/floatn.inc
index fe5fba6..c276b81 100644
--- a/generic/include/clc/geometric/floatn.inc
+++ b/generic/include/clc/geometric/floatn.inc
@@ -19,6 +19,14 @@
#include __CLC_BODY
#undef __CLC_FLOATN
+#define __CLC_FLOATN float8
+#include __CLC_BODY
+#undef __CLC_FLOATN
+
+#define __CLC_FLOATN float16
+#include __CLC_BODY
+#undef __CLC_FLOATN
+
#undef __CLC_FLOAT
#undef __CLC_FPSIZE
@@ -46,6 +54,14 @@
#include __CLC_BODY
#undef __CLC_FLOATN
+#define __CLC_FLOATN double8
+#include __CLC_BODY
+#undef __CLC_FLOATN
+
+#define __CLC_FLOATN double16
+#include __CLC_BODY
+#undef __CLC_FLOATN
+
#undef __CLC_FLOAT
#undef __CLC_FPSIZE
--
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