[libclc] 10/291: Fix typo in double precision case.

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:27 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 2f74bd866fc11c18779922f2f4d748bffeded153
Author: Peter Collingbourne <peter at pcc.me.uk>
Date:   Tue May 29 00:42:21 2012 +0000

    Fix typo in double precision case.
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@157597 91177308-0d34-0410-b5e6-96231b3b80d8
---
 generic/include/clc/convert.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generic/include/clc/convert.h b/generic/include/clc/convert.h
index 0d45891..a7ae94a 100644
--- a/generic/include/clc/convert.h
+++ b/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)

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