From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgEc5-0002Q2-Oa for qemu-devel@nongnu.org; Fri, 02 May 2014 10:39:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WgEbz-0000jf-E4 for qemu-devel@nongnu.org; Fri, 02 May 2014 10:38:57 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:50943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgEbz-0000jZ-5z for qemu-devel@nongnu.org; Fri, 02 May 2014 10:38:51 -0400 Message-ID: <5363ADFA.4090407@msgid.tls.msk.ru> Date: Fri, 02 May 2014 18:38:50 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1399040419-9227-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1399040419-9227-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] disas/libvixl: Update to libvixl 1.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org, =?ISO-8859-1?Q?Alex_Benn=E9e?= , Christoffer Dall , Richard Henderson 02.05.2014 18:20, Peter Maydell wrote: > Update our copy of libvixl to upstream's 1.4 release. > Note that we no longer need any local fixes for compilation > on 32 bit hosts -- they have all been integrated upstream. Yay. I was about to suggest to wait for the next release instead of updating to 1.3 with some added hackery, especially since you mentioned 1.3 does not add much stuff anyway. Now it become reality by its own :) BTW, do we still care about 32bit hosts? The amount of bitrot it gives becomes troublesome, while its usefulness decreases, both from lack of real-life systems where 32bit is needed and due to the fact that more and more types are replaced with 64bit ones, so 32bit version becomes slower and slower... Thanks, /mjt