Skip to content
Snippets Groups Projects
Commit 7899638c authored by Martin Bauer's avatar Martin Bauer
Browse files

Merge branch 'opencl-uint' into 'master'

Remove duplicated uint typedef

See merge request !84
parents 150f294c 5b930a99
1 merge request!84Remove duplicated uint typedef
Pipeline #19564 canceled with stages
#ifndef OPENCL_STDINT #ifndef OPENCL_STDINT
#define OPENCL_STDINT #define OPENCL_STDINT
typedef unsigned int uint;
typedef unsigned int uint_t; typedef unsigned int uint_t;
typedef signed char int8_t; typedef signed char int8_t;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment