From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14229 invoked by alias); 29 Jul 2015 11:10:10 -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 14218 invoked by uid 89); 29 Jul 2015 11:10:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: cam-smtp0.cambridge.arm.com Received: from fw-tnat.cambridge.arm.com (HELO cam-smtp0.cambridge.arm.com) (217.140.96.140) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 29 Jul 2015 11:10:09 +0000 Received: from arm.com (e106375-lin.cambridge.arm.com [10.2.207.23]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id t6TBA54q028535; Wed, 29 Jul 2015 12:10:05 +0100 Date: Wed, 29 Jul 2015 11:39:00 -0000 From: James Greenhalgh To: Alan Lawrence Cc: "gcc-patches@gcc.gnu.org" Subject: Re: [PATCH 10/15][AArch64] Implement vcvt_{,high_}f16_f32 Message-ID: <20150729111004.GD5656@arm.com> References: <55B765DF.4040706@arm.com> <55B766D1.2040900@arm.com> <20150729084622.GA29098@arm.com> <55B89871.2090705@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55B89871.2090705@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg02451.txt.bz2 On Wed, Jul 29, 2015 at 10:10:09AM +0100, Alan Lawrence wrote: > James Greenhalgh wrote: > > On Tue, Jul 28, 2015 at 12:26:09PM +0100, Alan Lawrence wrote: > >> gcc/ChangeLog: > >> > >> * config/aarch64/aarch64-simd.md (aarch64_float_truncate_lo_v2sf): > >> Reparameterize to... > >> (aarch64_float_truncate_lo_): ...this, for both V2SF and V4HF. > >> (aarch64_float_truncate_hi_v4sf): Reparameterize to... > >> (aarch64_float_truncate_hi_): ...this, for both V4SF and V8HF. > >> > >> * config/aarch64/aarch64-simd-builtins.def (float_truncate_hi_): Add > >> v8hf variant. > >> (float_truncate_lo_): Use BUILTIN_VDF iterator. > >> > >> * config/aarch64/arm_neon.h (vcvt_f16_f32, vcvt_high_f16_f32): New. > >> > >> * config/aarch64/iterators.md (VDF, Vdtype): New. > >> (VWIDE, Vmwtype): Add cases for V4HF and V2SF. > >> > > > > Hi Alan, > > > > I don't see a patch attached to this one, could you repost with the intended > > patch for review please? > > > > Thanks, > > James > > > > Oops, sorry, here it is. (FWIW, not changed since previous version of series.) OK. Thanks, James