From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGh1y-00018k-Pw for qemu-devel@nongnu.org; Sun, 10 Oct 2004 12:58:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGh1y-00018c-B2 for qemu-devel@nongnu.org; Sun, 10 Oct 2004 12:58:46 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CGgux-0004mv-1K for qemu-devel@nongnu.org; Sun, 10 Oct 2004 12:51:31 -0400 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id 30FE93324E for ; Sun, 10 Oct 2004 18:50:50 +0200 (CEST) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29730-01 for ; Sun, 10 Oct 2004 18:50:49 +0200 (CEST) Received: from bellard.org (unknown [84.99.204.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 6599D33267 for ; Sun, 10 Oct 2004 18:50:49 +0200 (CEST) Message-ID: <4169689E.7030605@bellard.org> Date: Sun, 10 Oct 2004 18:51:42 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Audio patch References: <41681EA3.6020609@bellard.org> <1097424175.9540.66.camel@aragorn> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Moreover mixeng.cc uses floats, which are also forbidden in QEMU, except for CPU emulation :-) Fabrice. Johannes Martin wrote: > On Sun, 10 Oct 2004, John R. Hogerhuis wrote: > >>On Sat, 2004-10-09 at 18:54, malc wrote: >> >>>For the time being (until C++ magically disapears) >> >>A beautiful dream, my friend. > > How about somebody uses AT&T's cfront or SUN's GCC2C to convert those > templates in mixeng.cc to plain C? The code won't be pretty, but it will > make more sense than handcoding the stuff. > > I guess one could also use some smart macros to replace the templates. > > Johannes > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > >