diff options
| author | Jan Vesely <jan.vesely@rutgers.edu> | 2017-09-29 19:06:47 +0000 |
|---|---|---|
| committer | Jan Vesely <jan.vesely@rutgers.edu> | 2017-09-29 19:06:47 +0000 |
| commit | 41b1500db092a1c3483071edcc817265415939bb (patch) | |
| tree | ce6e1ebb860ce8d2c9db6fd4c0b5966637a66de6 | |
| parent | 8d08f01efff54f01829e1995c18b359b025a2d39 (diff) | |
| download | bcm5719-llvm-41b1500db092a1c3483071edcc817265415939bb.tar.gz bcm5719-llvm-41b1500db092a1c3483071edcc817265415939bb.zip | |
geometric: geometric functions are only supported for vector lengths <=4
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewed-by: Aaron Watry <awatry@gmail.com>
llvm-svn: 314545
| -rw-r--r-- | libclc/generic/include/clc/geometric/floatn.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libclc/generic/include/clc/geometric/floatn.inc b/libclc/generic/include/clc/geometric/floatn.inc index c276b81071f..fe5fba69ab4 100644 --- a/libclc/generic/include/clc/geometric/floatn.inc +++ b/libclc/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 |

