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
Jonas Plewinski
pystencils
Commits
b03c498d
Commit
b03c498d
authored
Aug 13, 2019
by
Stephan Seitz
Browse files
Typedef most frequent types in opencl_stdint.h
parent
abfa7d64
Changes
1
Hide whitespace changes
Inline
Side-by-side
pystencils/include/opencl_stdint.h
View file @
b03c498d
typedef
long
int
int64_t
;
#ifndef OPENCL_STDINT
#define OPENCL_STDINT
typedef
unsigned
int
uint
;
typedef
unsigned
int
uint_t
;
typedef
signed
char
int8_t
;
typedef
signed
short
int16_t
;
typedef
signed
int
int32_t
;
typedef
signed
long
int
int64_t
;
typedef
unsigned
char
uint8_t
;
typedef
unsigned
short
uint16_t
;
typedef
unsigned
int
uint32_t
;
typedef
unsigned
long
int
uint64_t
;
#endif
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