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

/*

* Nova macro para alinhamento em 64 bits
*/
parent 531adac3
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ typedef double rtime_t; ...@@ -10,6 +10,7 @@ typedef double rtime_t;
typedef char * string_t; typedef char * string_t;
// SIMD alignment macros // SIMD alignment macros
#define ALIGN_64 __attribute__((aligned(64)))
#define ALIGN_32 __attribute__((aligned(32))) #define ALIGN_32 __attribute__((aligned(32)))
#define ALIGN_16 __attribute__((aligned(16))) #define ALIGN_16 __attribute__((aligned(16)))
......
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