[Beignet] *** SPAM LEVEL 4.053 *** [PATCH 2/3] Define double vector types

Simon Richter Simon.Richter at hogyros.de
Wed Jun 19 03:17:57 PDT 2013


Add the definition for the "doubleN" vector types

Signed-off-by: Simon Richter <Simon.Richter at hogyros.de>
---
 backend/src/ocl_stdlib.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/backend/src/ocl_stdlib.h b/backend/src/ocl_stdlib.h
index 386494b..e18d83c 100644
--- a/backend/src/ocl_stdlib.h
+++ b/backend/src/ocl_stdlib.h
@@ -72,6 +72,7 @@ DEF(uint);
 DEF(long);
 DEF(ulong);
 DEF(float);
+DEF(double);
 #undef DEF
 /////////////////////////////////////////////////////////////////////////////
 // OpenCL other built-in data types
-- 
1.7.10.4



More information about the Beignet mailing list