From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4328 invoked by alias); 6 Dec 2012 13:42:54 -0000 Received: (qmail 4315 invoked by uid 22791); 6 Dec 2012 13:42:52 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wg0-f53.google.com (HELO mail-wg0-f53.google.com) (74.125.82.53) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Dec 2012 13:42:46 +0000 Received: by mail-wg0-f53.google.com with SMTP id ei8so2885063wgb.8 for ; Thu, 06 Dec 2012 05:42:45 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.87.225 with SMTP id bb1mr2701899wib.20.1354801365642; Thu, 06 Dec 2012 05:42:45 -0800 (PST) Received: by 10.227.200.78 with HTTP; Thu, 6 Dec 2012 05:42:45 -0800 (PST) In-Reply-To: References: Date: Thu, 06 Dec 2012 13:42:00 -0000 Message-ID: Subject: Re: [i386] scalar ops that preserve the high part of a vector From: Kirill Yukhin To: "H.J. Lu" Cc: Uros Bizjak , Marc Glisse , gcc-patches List Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-12/txt/msg00392.txt.bz2 >> Yes, the approach taken in this patch looks really good to me. There >> should be no code differences with your patch, but let's ask HJ for >> his opinion on intrinsics header changes. > > Hi Kirill, > > Can you take a look? Thanks. Hi guys, I like changes in intrinsics header. Thanks, K