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 pycodegen/pystencils!84
parents 150f294c 5b930a99
No related branches found
No related tags found
No related merge requests found
#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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment