From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKwkP-0002pQ-34 for qemu-devel@nongnu.org; Wed, 27 Mar 2013 16:15:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKwkK-0004Rk-Qw for qemu-devel@nongnu.org; Wed, 27 Mar 2013 16:15:01 -0400 Received: from mail-ob0-x22d.google.com ([2607:f8b0:4003:c01::22d]:45637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKwkK-0004RX-Li for qemu-devel@nongnu.org; Wed, 27 Mar 2013 16:14:56 -0400 Received: by mail-ob0-f173.google.com with SMTP id dn14so8443817obc.4 for ; Wed, 27 Mar 2013 13:14:56 -0700 (PDT) Sender: Richard Henderson Message-ID: <5153533B.4050009@twiddle.net> Date: Wed, 27 Mar 2013 13:14:51 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1364324502-9124-1-git-send-email-aurelien@aurel32.net> <1364324502-9124-6-git-send-email-aurelien@aurel32.net> In-Reply-To: <1364324502-9124-6-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/10] target-i386: SSE4.2: fix pcmpXstrX instructions in "Ranges" mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 03/26/2013 12:01 PM, Aurelien Jarno wrote: > Fix the order of the of the comparisons to match the "Intel 64 and > IA-32 Architectures Software Developer's Manual". > > Signed-off-by: Aurelien Jarno > --- > target-i386/ops_sse.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~