Fix typedef typo in opencl

db4
Doug Coleman 2010-03-08 03:39:29 -06:00
parent 31d722df7e
commit 1669194d04
1 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@ TYPEDEF: int cl_int
TYPEDEF: uint cl_uint
TYPEDEF: longlong cl_long
TYPEDEF: ulonglong cl_ulong
TYPEDEF: ushort cl_half;
TYPEDEF: float cl_float;
TYPEDEF: double cl_double;
TYPEDEF: ushort cl_half
TYPEDEF: float cl_float
TYPEDEF: double cl_double
CONSTANT: CL_CHAR_BIT 8
CONSTANT: CL_SCHAR_MAX 127