align messages
Has a small but measurable performance improvement.
This commit is contained in:
parent
c3db1c6939
commit
08f8084a21
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ typedef struct {
|
||||||
mess_9 m_m9;
|
mess_9 m_m9;
|
||||||
mess_10 m_m10;
|
mess_10 m_m10;
|
||||||
} m_u;
|
} m_u;
|
||||||
} message;
|
} message __aligned(16);
|
||||||
|
|
||||||
/* The following defines provide names for useful members. */
|
/* The following defines provide names for useful members. */
|
||||||
#define m1_i1 m_u.m_m1.m1i1
|
#define m1_i1 m_u.m_m1.m1i1
|
||||||
|
|
Loading…
Reference in a new issue