Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <40913EAB.4020706@ompf.org> Date: Thu, 29 Apr 2004 19:43:07 +0200 From: tbp Reply-To: gcc AT ompf DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 MIME-Version: 1.0 To: Ross Ridge CC: cygwin AT cygwin DOT com Subject: Re: g++ 3.4.0 cygwin, codegen SSE & alignement issues References: <20040429150141 DOT 92534A8560 AT perpugilliam DOT csclub DOT uwaterloo DOT ca> In-Reply-To: <20040429150141.92534A8560@perpugilliam.csclub.uwaterloo.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Ross Ridge wrote: > GCC does ask for 16-byte alignment for the SSE constants, but the request > isn't honoured by binutils. I see ... .align 16 LC2: .long 2147483647 .long 0 .long 0 .long 0 .align 4 ... andps LC2, %xmm0 ... After uselessly poking at binutil sources for a couple of hours, may i ask you to share your gcc kludge? Regards, tbp. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/