From cd61f5ee28d958d3aa57434e31a936fe74df7507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 10 Apr 2007 15:11:53 +0200 Subject: Use ATTR_ALIGN to declare alignment. --- src/post/goom/mmx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 src/post/goom/mmx.h (limited to 'src') diff --git a/src/post/goom/mmx.h b/src/post/goom/mmx.h old mode 100755 new mode 100644 index b650d8b12..b2acd607b --- 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 */ -- cgit v1.2.3