From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fsh0z-0001gZ-6Q for qemu-devel@nongnu.org; Tue, 20 Jun 2006 10:15:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fsh0x-0001g4-DC for qemu-devel@nongnu.org; Tue, 20 Jun 2006 10:15:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fsh0x-0001g1-AC for qemu-devel@nongnu.org; Tue, 20 Jun 2006 10:15:35 -0400 Received: from [81.103.221.57] (helo=queue03-winn.ispmail.ntl.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FshBU-0007Yp-Gf for qemu-devel@nongnu.org; Tue, 20 Jun 2006 10:26:28 -0400 From: Julian Seward Subject: Re: [Qemu-devel] cvttps2dq, movdq2q, movq2dq incorrect behaviour Date: Tue, 20 Jun 2006 15:13:13 +0100 References: <20060620131539.71677.qmail@web26805.mail.ukl.yahoo.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606201513.13552.jseward@acm.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: spetreolle@users.sourceforge.net > > [syl@wine qemu]$ gcc -msse2 sse2test.c -o sse2test > > [syl@wine qemu]$ ./sse2test > > cvttps2dq_1 ... failed > > cvttps2dq_2 ... failed > > movdq2q_1 ... failed > > movq2dq_1 ... failed > > > > what am i doing wrong here ? > > Running it on a CPU without SSE2, if i'm allowed to venture a gues. Yup. Try 'strace ./sse2test' and see if it gets SIGILLs thrown at it. J