[libclc] 27/92: geometric: geometric functions are only supported for vector lengths <=4
Andreas Boll
aboll-guest at moszumanska.debian.org
Mon Nov 6 15:11:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
aboll-guest pushed a commit to branch master
in repository libclc.
commit 1595f22b1aa4a5395223f67c2dd6eac767a8ddd9
Author: Jan Vesely <jan.vesely at rutgers.edu>
Date: Fri Sep 29 19:06:47 2017 +0000
geometric: geometric functions are only supported for vector lengths <=4
Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
Reviewed-by: Aaron Watry <awatry at gmail.com>
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@314545 91177308-0d34-0410-b5e6-96231b3b80d8
---
generic/include/clc/geometric/floatn.inc | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/generic/include/clc/geometric/floatn.inc b/generic/include/clc/geometric/floatn.inc
index c276b81..fe5fba6 100644
--- a/generic/include/clc/geometric/floatn.inc
+++ b/generic/include/clc/geometric/floatn.inc
@@ -19,14 +19,6 @@
#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
@@ -54,14 +46,6 @@
#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