summaryrefslogtreecommitdiff
path: root/include/sse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sse.h')
-rw-r--r--include/sse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sse.h b/include/sse.h
index 0e03bd849..44c904f1d 100644
--- a/include/sse.h
+++ b/include/sse.h
@@ -46,7 +46,8 @@
typedef union
{
float sf[4]; /* Single-precision (32-bit) value */
-} __attribute__ ((aligned (16))) sse_t; /* On a 16 byte (128-bit) boundary */
+}
+__attribute__ ((aligned (16))) sse_t; /* On a 16 byte (128-bit) boundary */
#if 0