diff options
-rw-r--r--[-rwxr-xr-x] | src/post/goom/mmx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/mmx.h b/src/post/goom/mmx.h index b650d8b12..b2acd607b 100755..100644 --- a/src/post/goom/mmx.h +++ b/src/post/goom/mmx.h @@ -58,7 +58,7 @@ typedef union { char b[8]; /* 8 Byte (8-bit) values */ unsigned char ub[8]; /* 8 Unsigned Byte */ float s[2]; /* Single-precision (32-bit) value */ -} __attribute__ ((aligned (8))) mmx_t; /* On an 8-byte (64-bit) boundary */ +} ATTR_ALIGN(8) mmx_t; /* On an 8-byte (64-bit) boundary */ |