search for: biggest_align

Displaying 1 result from an estimated 1 matches for "biggest_align".

2005 Jan 03
0
[LLVMdev] [patch] native AMD64 support
...================================ > RCS file: /var/cvs/llvm/llvm-gcc/gcc/config/i386/i386.h,v > retrieving revision 1.2 > diff -u -r1.2 i386.h > --- i386.h 8 Jan 2004 23:03:36 -0000 1.2 > +++ i386.h 23 Dec 2004 05:31:34 -0000 > @@ -826,7 +826,7 @@ > #if !EMIT_LLVM > #define BIGGEST_ALIGNMENT 128 > #else > -#define BIGGEST_ALIGNMENT 32 > +#define BIGGEST_ALIGNMENT 64 > #endif > > /* Decide whether a variable of mode MODE should be 128 bit aligned. */ > > > ------------------------------------------------------------------------ > > _________...