From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NImHJ-0001tS-Hh for qemu-devel@nongnu.org; Thu, 10 Dec 2009 11:54:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NImHI-0001sv-12 for qemu-devel@nongnu.org; Thu, 10 Dec 2009 11:54:09 -0500 Received: from [199.232.76.173] (port=51274 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NImHH-0001ss-QX for qemu-devel@nongnu.org; Thu, 10 Dec 2009 11:54:07 -0500 Received: from are.twiddle.net ([75.149.56.221]:52997) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NImHI-0003Bz-2z for qemu-devel@nongnu.org; Thu, 10 Dec 2009 11:54:08 -0500 Message-ID: <4B2127AA.6010401@twiddle.net> Date: Thu, 10 Dec 2009 08:54:02 -0800 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/7] Improve alpha-linux userspace emulation References: <761ea48b0912092311q1e467edeq8428014c51d6d33b@mail.gmail.com> In-Reply-To: <761ea48b0912092311q1e467edeq8428014c51d6d33b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Desnogues Cc: qemu-devel@nongnu.org On 12/09/2009 11:11 PM, Laurent Desnogues wrote: > I don't know what FPU instructions gcc emits, but QEMU doesn't > handle the rounding mode encoding. Ah yes, GCC does make use of those. > If you're interested I started > implementing that, though it's not complete (and it didn't fix the > SPEC2k equake failure I had). Sure, I'm interested. Pass it along. r~