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
1 merge request!84Remove duplicated uint typedef
Pipeline #19490 passed with stage
in 3 minutes and 11 seconds
#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