As the double support is incomplete currently, we disable it.

Signed-off-by: Zhigang Gong <[email protected]>
---
 src/cl_extensions.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cl_extensions.c b/src/cl_extensions.c
index 1ff81c1..335278d 100644
--- a/src/cl_extensions.c
+++ b/src/cl_extensions.c
@@ -26,6 +26,7 @@ void check_basic_extension(cl_extensions_t *extensions)
 {
   int id;
   for(id = BASE_EXT_START_ID; id <= BASE_EXT_END_ID; id++)
+    if (id != EXT_ID(khr_fp64))
       extensions->extensions[id].base.ext_enabled = 1;
 }
 
-- 
1.7.9.5

_______________________________________________
Beignet mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/beignet

Reply via email to