From patchwork Fri Apr 17 12:57:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alan Lawrence X-Patchwork-Id: 462036 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47D3114029E for ; Fri, 17 Apr 2015 22:57:34 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=QzK1JDq+; dkim-adsp=nxdomain; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type :content-transfer-encoding; q=dns; s=default; b=XBr8YwVz8hWSlYeQ 2Fan02ilSwYsvNMkhnwILWHkcG+JkxxwuOzvEAeTcqJFcifcf9EU8L3gr+f09mhR XiS/7xqAfkZfeONH3NZmMQ+ezcz0l7IIZtAhjVAYlYw9nX9+OV7H7r2MHTEfTqE3 WEJggsVlkiGv3D+inwGX5cAgEDk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type :content-transfer-encoding; s=default; bh=7lbydIHNnOWKF2K9T9Z8LX LF5Mk=; b=QzK1JDq+V64pXb11PWfj8Jpz8ISGtO0aeQEb/pSvBIxYypssvdYSM0 AszSiBegkYqXiimKnUfW/6to27ys7bKBEOu5QNPgL3ZwUsXRVpum1vmpcSnLwqeI 5Lsf1z7WOJS6G/wMe23047MBRAudVYOIgwWi2AdN0bMicYCHd1mUs= Received: (qmail 127948 invoked by alias); 17 Apr 2015 12:57:26 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 127935 invoked by uid 89); 17 Apr 2015 12:57:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com Received: from eu-smtp-delivery-143.mimecast.com (HELO eu-smtp-delivery-143.mimecast.com) (146.101.78.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 17 Apr 2015 12:57:15 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by uk-mta-9.uk.mimecast.lan; Fri, 17 Apr 2015 13:57:12 +0100 Received: from [10.2.207.65] ([10.1.2.79]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 17 Apr 2015 13:57:11 +0100 Message-ID: <55310327.7030904@arm.com> Date: Fri, 17 Apr 2015 13:57:11 +0100 From: Alan Lawrence User-Agent: Thunderbird 2.0.0.24 (X11/20101213) MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" Subject: [Obvious][AArch64] arm_neon.h: Remove unnecessary forward declaration of vdup_n_f32 X-MC-Unique: 5q220qbQSeWyMzYuqYTTPQ-1 X-IsSubscribed: yes Committed r222177 after testing on aarch64-none-linux-gnu and aarch64-none-elf. gcc/ChangeLog: config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration diff --git a/gcc/config/aarch64/arm_neon.h b/gcc/config/aarch64/arm_neon.h index 71ef027..e9cc825 100644 --- a/gcc/config/aarch64/arm_neon.h +++ b/gcc/config/aarch64/arm_neon.h @@ -5665,8 +5665,6 @@ vaddlvq_u32 (uint32x4_t a) /* vcvt_high_f32_f16 not supported */ -static float32x2_t vdup_n_f32 (float32_t); - #define vcvt_n_f32_s32(a, b) \ __extension__ \ ({ \