From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY9Zq-0000oh-0Q for qemu-devel@nongnu.org; Tue, 23 Feb 2016 04:48:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aY9Zl-0008NL-Rz for qemu-devel@nongnu.org; Tue, 23 Feb 2016 04:48:17 -0500 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]:37071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY9Zl-0008N9-K3 for qemu-devel@nongnu.org; Tue, 23 Feb 2016 04:48:13 -0500 Received: by mail-wm0-x22e.google.com with SMTP id g62so201535283wme.0 for ; Tue, 23 Feb 2016 01:48:13 -0800 (PST) Sender: Paolo Bonzini References: From: Paolo Bonzini Message-ID: <56CC2ADA.8060407@redhat.com> Date: Tue, 23 Feb 2016 10:48:10 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/5] migration pull List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Amit Shah Cc: Juan Quintela , qemu list , "Dr. David Alan Gilbert" On 23/02/2016 10:09, Peter Maydell wrote: > Hi. I'm afraid this doesn't compile for x86-64 Linux: What compiler is this, and does the following compile with no particular extra options? #pragma GCC target("avx2") #include __m256i foo; Paolo