Skip to content
Snippets Groups Projects
Commit ad3c7224 authored by Armando Luiz Nicolini Delgado's avatar Armando Luiz Nicolini Delgado :nerd:
Browse files

/* Incluido novo typedef lint_t em utils.h */

parent 8bfbcb5c
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,9 @@ typedef char * string_t;
// rtime_t: tipo usado para representar valores de tempo em ponto flutuante
typedef double rtime_t;
// lint_t: tipo usado para representar valores long int
typedef long int lint_t;
// SIMD alignment macros (bytes)
#define ALIGN_64 __attribute__((aligned(64)))
#define ALIGN_32 __attribute__((aligned(32)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment