From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 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 dcvr.yhbt.net (Postfix) with ESMTPS id 83F5720248 for ; Tue, 5 Mar 2019 21:59:56 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=aCVis 0N24zYsNbSpN0NYHELtV5rwNE6rkZN2O7aCXwiC2bFYvhecatyP6SrRw2FJPm6S0 Db7fOodjHpyVPhcs8rO2ixdS2Vyc25You0WysyImTVVrwcIpBnCXqzzfozLRFeGG QeuK/NU5xrC9vzBtgUHjB/P++LkMKz+4qIQvXY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=u06ha+9IOvd nym8bUXOqtAoMKt8=; b=hdLnio9rHL6mkkutcbEy/3+cuhioedoyfAXIkFobgTV WX8Z9gPShxUEFxiBVY4l4ED6QnOf5WoyC52uv+5AxzK0tYIvl45VMlaFj+KId22G h0RGhQeTVlKqbrQF8tGLwY0o4yEL68qih9KQn1/ih6dBNUvZfTgL2e/f9qTNyJnY = Received: (qmail 56695 invoked by alias); 5 Mar 2019 21:59:54 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 56678 invoked by uid 89); 5 Mar 2019 21:59:53 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: relay1.mentorg.com Date: Tue, 5 Mar 2019 21:59:47 +0000 From: Joseph Myers To: GT CC: "libc-alpha@sourceware.org" Subject: Re: [PATCH] PPC64: Addition of SIMD cosf function for POWER8. In-Reply-To: <1v44fML8uPvIYTJ46wzoIRRXfK_ZbimL1qXr4pthJenC2ZfEm8QtPXwzAgE6bIemC5MygZZpPkkRC4_MDyvjGql8yrWg55YGXVjPMIR153U=@protonmail.com> Message-ID: References: <1v44fML8uPvIYTJ46wzoIRRXfK_ZbimL1qXr4pthJenC2ZfEm8QtPXwzAgE6bIemC5MygZZpPkkRC4_MDyvjGql8yrWg55YGXVjPMIR153U=@protonmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" On Sun, 3 Mar 2019, GT wrote: > A namespace correction for constants in the double-precision > implementation is here. cos/cosf are together in BZ #24205, so it > should be okay that changes for both are in the same patch. If you find anything in an earlier patch in the series that should be corrected, you should repost the earlier patch with the correction included, rather than having a patch series where a later patch fixes a bug in an earlier version. > As an aside, while examining the x86_64 implementation, I found > about two-dozen files missing the FSF copyright header. They are > all the single-line files shown when you run this command: See the Information for Maintainers of GNU Software: it's only files with more than ten lines that necessarily need copyright and license notices; a single-line file is not significant for copyright purposes. -- Joseph S. Myers joseph@codesourcery.com