Skip to content

Commit

Permalink
Update types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun authored Nov 3, 2024
1 parent ea83bcc commit ea0e541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dace/runtime/include/dace/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ namespace dace
typedef uint16_t uint16;
typedef uint32_t uint32;
typedef uint64_t uint64;
typedef unsigned int uint;
typedef float float32;
typedef double float64;

Expand Down

0 comments on commit ea0e541

Please sign in to comment.