Message-Id: <4.3.2.7.2.20001203182013.00add1c0@cockrum.net> X-Sender: chris AT cockrum DOT net X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sun, 03 Dec 2000 18:24:06 -0500 To: pgcc AT delorie DOT com From: Chris K Cockrum Subject: Byte Alignment for P3 SIMD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Reply-To: pgcc AT delorie DOT com Is it possible to declare an array that is 16 byte aligned using C with GCC and ld ? It is necessary to have arrays 16 byte aligned in order to use the movaps (instead of movups which is much slower) and it would be better to be able to declare the arrays in C instead of in assembly then declaring as extern. Thanks, Chris