[clinfo] 117/148: Missing 'Floating-point support' string

Andreas Beckmann anbe at moszumanska.debian.org
Mon Nov 17 14:09:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch clinfo
in repository clinfo.

commit ba65b0cf9e7feae5dee304bdddd8a98e52dd14c2
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Fri Nov 7 12:57:56 2014 +0100

    Missing 'Floating-point support' string
---
 src/clinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/clinfo.c b/src/clinfo.c
index 1873f42..8ad17ba 100644
--- a/src/clinfo.c
+++ b/src/clinfo.c
@@ -1267,7 +1267,7 @@ struct device_info_traits dinfo_traits[] = {
 
 	/* Floating point configurations */
 #define DINFO_FPCONF(Type, type, cond) \
-	{ CLINFO_BOTH, DINFO(CL_DEVICE_##Type##_FP_CONFIG, #type "-precision", fpconf), NULL }
+	{ CLINFO_BOTH, DINFO(CL_DEVICE_##Type##_FP_CONFIG, #type "-precision Floating-point support", fpconf), NULL }
 
 	DINFO_FPCONF(HALF, Half, dev_has_half),
 	DINFO_FPCONF(SINGLE, Single, NULL),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/clinfo.git



More information about the Pkg-opencl-commits mailing list