summaryrefslogtreecommitdiffstats
path: root/libclc
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2012-05-29 00:42:21 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2012-05-29 00:42:21 +0000
commit8b3721b01d0a8f364309a5c2af411434dae6c484 (patch)
tree54a7e024b22ac30290f98e894fe7f55bf7ba06c1 /libclc
parentaac265cc7818840c116316c14a42fab6ba59d10a (diff)
downloadbcm5719-llvm-8b3721b01d0a8f364309a5c2af411434dae6c484.tar.gz
bcm5719-llvm-8b3721b01d0a8f364309a5c2af411434dae6c484.zip
Fix typo in double precision case.
llvm-svn: 157597
Diffstat (limited to 'libclc')
-rw-r--r--libclc/generic/include/clc/convert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libclc/generic/include/clc/convert.h b/libclc/generic/include/clc/convert.h
index 0d458912931..a7ae94a34e7 100644
--- a/libclc/generic/include/clc/convert.h
+++ b/libclc/generic/include/clc/convert.h
@@ -52,7 +52,7 @@ _CLC_CONVERT_DECL(float, float, _sat)
#ifdef cl_khr_fp64
#define _CLC_VECTOR_CONVERT_FROM(FROM_TYPE, SUFFIX) \
_CLC_VECTOR_CONVERT_FROM1(FROM_TYPE, SUFFIX) \
- _CLC_VECTOR_CONVERT(FROM_TYPE, double, SUFFIX)
+ _CLC_VECTOR_CONVERT_DECL(FROM_TYPE, double, SUFFIX)
#else
#define _CLC_VECTOR_CONVERT_FROM(FROM_TYPE, SUFFIX) \
_CLC_VECTOR_CONVERT_FROM1(FROM_TYPE, SUFFIX)
OpenPOWER on IntegriCloud