From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30581 invoked by alias); 9 Oct 2014 18:04:41 -0000 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 Received: (qmail 30571 invoked by uid 89); 9 Oct 2014 18:04:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail2-relais-roc.national.inria.fr Received: from mail2-relais-roc.national.inria.fr (HELO mail2-relais-roc.national.inria.fr) (192.134.164.83) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Thu, 09 Oct 2014 18:04:39 +0000 Received: from ip-88.net-81-220-142.rev.numericable.fr (HELO laptop-mg.local) ([81.220.142.88]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 09 Oct 2014 20:04:36 +0200 Date: Thu, 09 Oct 2014 18:05:00 -0000 From: Marc Glisse To: Uros Bizjak cc: Olivier Hainque , GCC Patches Subject: Re: [i386] Replace builtins with vector extensions In-Reply-To: Message-ID: References: <20140703101605.GA12583@msticlxl57.ims.intel.com> <20140708111402.GB14139@msticlxl57.ims.intel.com> <7682A86E-125C-46F8-8C67-701A77A34529@adacore.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SW-Source: 2014-10/txt/msg00857.txt.bz2 On Thu, 9 Oct 2014, Uros Bizjak wrote: > Given that this will be a substantial work and considering the request > from Kirill, what do you think about separate development branch until > AVXn stuff is finished? This will give a couple of weeks and a > playground to finalize the approach for the conversion. Maybe even ada > can be tested there to not regress with the compatibility stuff. No problem. We can also wait until next stage1 if you believe the release of gcc-5 is too close. -- Marc Glisse