From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCPaB-0007yE-SL for qemu-devel@nongnu.org; Mon, 13 Jun 2016 06:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCPa8-0004Ds-0K for qemu-devel@nongnu.org; Mon, 13 Jun 2016 06:59:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCPa7-0004Db-Qz for qemu-devel@nongnu.org; Mon, 13 Jun 2016 06:58:59 -0400 Date: Mon, 13 Jun 2016 11:58:55 +0100 From: "Dr. David Alan Gilbert" Message-ID: <20160613105854.GB2281@work-vm> References: <1465557378-24105-1-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v3 0/2] AVX2 configure fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Paolo Bonzini , Liang Li , Amit Shah , Juan Quintela * Peter Maydell (peter.maydell@linaro.org) wrote: > On 10 June 2016 at 12:16, Dr. David Alan Gilbert (git) > wrote: > > From: "Dr. David Alan Gilbert" > > > > Hi, > > This pair of patches fixes a couple of issues that we found during test. > > The first is that the configure test is pessimistic when compiled with -O2, > > the second is that the explicit 4.9 gcc test is a bit coarse; I've removed > > that test but beefed up the ./configure test to actually use the avx2 > > intrinsics and that fails in the same way as the main code, so it works > > in the same way as the explicit check but allows older gcc's to work > > when -save-temps isn't used. > > > > Dave > > > > v3 > > Use compile_object rather than compile_prog as suggested by Peter to > > hopefully fail on his ccache setup. > > I ran these patches through my build tests and it all compiled OK, > so the new configure test does correctly say "no AVX" on this setup. Thanks for checking. Dave > > thanks > -- PMM -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK