Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CI1164 - Utils
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Armando Luiz Nicolini Delgado
CI1164 - Utils
Commits
ad3c7224
Commit
ad3c7224
authored
6 months ago
by
Armando Luiz Nicolini Delgado
Browse files
Options
Downloads
Patches
Plain Diff
/* Incluido novo typedef lint_t em utils.h */
parent
8bfbcb5c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/utils.h
+3
-0
3 additions, 0 deletions
utils/utils.h
with
3 additions
and
0 deletions
utils/utils.h
+
3
−
0
View file @
ad3c7224
...
...
@@ -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)))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment