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
Branches
Tags
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment