[cfe-commits] [libclc] r157597 - /libclc/trunk/generic/include/clc/convert.h

Peter Collingbourne peter at pcc.me.uk
Mon May 28 17:42:21 PDT 2012


Author: pcc
Date: Mon May 28 19:42:21 2012
New Revision: 157597

URL: http://llvm.org/viewvc/llvm-project?rev=157597&view=rev
Log:
Fix typo in double precision case.

Modified:
    libclc/trunk/generic/include/clc/convert.h

Modified: libclc/trunk/generic/include/clc/convert.h
URL: http://llvm.org/viewvc/llvm-project/libclc/trunk/generic/include/clc/convert.h?rev=157597&r1=157596&r2=157597&view=diff
==============================================================================
--- libclc/trunk/generic/include/clc/convert.h (original)
+++ libclc/trunk/generic/include/clc/convert.h Mon May 28 19:42:21 2012
@@ -52,7 +52,7 @@
 #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)





More information about the cfe-commits mailing list