Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
e965f3d3
Commit
e965f3d3
authored
Jan 17, 2014
by
Roman Donchenko
Committed by
OpenCV Buildbot
Jan 17, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2157 from k0da:master
parents
79fcc06a
711f07a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
cl_platform.h
3rdparty/include/opencl/1.2/CL/cl_platform.h
+7
-7
No files found.
3rdparty/include/opencl/1.2/CL/cl_platform.h
View file @
e965f3d3
...
...
@@ -332,13 +332,13 @@ typedef unsigned int cl_GLenum;
/* Define basic vector types */
#if defined( __VEC__ )
#include <altivec.h>
/* may be omitted depending on compiler. AltiVec spec provides no way to detect whether the header is required. */
typedef
vector
unsigned
char
__cl_uchar16
;
typedef
vector
signed
char
__cl_char16
;
typedef
vector
unsigned
short
__cl_ushort8
;
typedef
vector
signed
short
__cl_short8
;
typedef
vector
unsigned
int
__cl_uint4
;
typedef
vector
signed
int
__cl_int4
;
typedef
vector
float
__cl_float4
;
typedef
__
vector
unsigned
char
__cl_uchar16
;
typedef
__
vector
signed
char
__cl_char16
;
typedef
__
vector
unsigned
short
__cl_ushort8
;
typedef
__
vector
signed
short
__cl_short8
;
typedef
__
vector
unsigned
int
__cl_uint4
;
typedef
__
vector
signed
int
__cl_int4
;
typedef
__
vector
float
__cl_float4
;
#define __CL_UCHAR16__ 1
#define __CL_CHAR16__ 1
#define __CL_USHORT8__ 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment