Add types.h, standardize integer types on stdint
This commit is contained in:
9
include/akgl/types.h
Normal file
9
include/akgl/types.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _AKGL_TYPES_H_
|
||||
#define _AKGL_TYPES_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef float float32_t;
|
||||
typedef double float64_t;
|
||||
|
||||
#endif // _AKGL_TYPES_H_
|
||||
Reference in New Issue
Block a user