Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tom Harke
pystencils
Commits
7899638c
Commit
7899638c
authored
Nov 06, 2019
by
Martin Bauer
Browse files
Merge branch 'opencl-uint' into 'master'
Remove duplicated uint typedef See merge request
pycodegen/pystencils!84
parents
150f294c
5b930a99
Changes
1
Hide whitespace changes
Inline
Side-by-side
pystencils/include/opencl_stdint.h
View file @
7899638c
#ifndef OPENCL_STDINT
#define OPENCL_STDINT
typedef
unsigned
int
uint
;
typedef
unsigned
int
uint_t
;
typedef
signed
char
int8_t
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment