Skip to content
Snippets Groups Projects
Commit 5b930a99 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Remove duplicated uint typedef

parent 150f294c
No related branches found
No related tags found
No related merge requests found
#ifndef OPENCL_STDINT
#define OPENCL_STDINT
typedef unsigned int uint;
typedef unsigned int uint_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