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

/* typedef 'lint_t' devia ser 'long long int' */

parent ad3c7224
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ typedef char * string_t;
typedef double rtime_t;
// lint_t: tipo usado para representar valores long int
typedef long int lint_t;
typedef long long int lint_t;
// SIMD alignment macros (bytes)
#define ALIGN_64 __attribute__((aligned(64)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment