From 1d6eb2a0734ba49f4477fcff84d920ab5e45e5a9 Mon Sep 17 00:00:00 2001 From: jakub Date: Tue, 6 Aug 2002 18:33:21 +0000 Subject: * config/i386/mmintrin.h (__m64): Make the type 64-bit aligned. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56075 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/i386/mmintrin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/i386/mmintrin.h') diff --git a/gcc/config/i386/mmintrin.h b/gcc/config/i386/mmintrin.h index 41dc4be6d6e..88e384f8011 100644 --- a/gcc/config/i386/mmintrin.h +++ b/gcc/config/i386/mmintrin.h @@ -31,7 +31,7 @@ #define _MMINTRIN_H_INCLUDED /* The data type intended for user use. */ -typedef unsigned long long __m64; +typedef unsigned long long __m64 __attribute__ ((__aligned__ (8))); /* Internal data types for implementing the intrinsics. */ typedef int __v2si __attribute__ ((__mode__ (__V2SI__))); -- cgit v1.2.1