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
531adac3
Commit
531adac3
authored
3 years ago
by
Armando Luiz Nicolini Delgado
Browse files
Options
Downloads
Patches
Plain Diff
/* Macros de alinhamento SIMD criadas em 'utils.h'
*/
parent
cfb77668
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
+4
-0
4 additions, 0 deletions
utils/utils.h
with
4 additions
and
0 deletions
utils/utils.h
+
4
−
0
View file @
531adac3
...
...
@@ -9,6 +9,10 @@ typedef double real_t;
typedef
double
rtime_t
;
typedef
char
*
string_t
;
// SIMD alignment macros
#define ALIGN_32 __attribute__((aligned(32)))
#define ALIGN_16 __attribute__((aligned(16)))
double
timestamp
(
void
);
string_t
markerName
(
string_t
baseName
,
int
n
);
int
isPot2
(
int
n
);
...
...
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