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 E25D020248 for ; Wed, 6 Mar 2019 21:03:20 +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=dcq46 Hd3lJvoEDLVK0SUqXNz646ZboKHqOPksUFYzgxcxFuG8meAaWvJkabn3RMG5UY/C SQqRLaw9mZWycyRaZG3Z/B/wUEa7rEety6vqZpq2yHKDCKPpTXRPC/quVwspJGbY qcbaY8wly6RBya6Bu1t0K/ll0WcbZ8mGM6P/EM= 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=9byDxrwJko3 pS3eTUTMQQPcnk34=; b=ImWmNGiGVhUBX2O077QrMPe4VkaAznPFA+7ebgrM6MP 9eb2B1aYw+BbU4Wbu056jngyZVCvGyXq9uuZIH5P5OzI8Pp9ZJ/9Zg+0iL0LDUCQ 7j1rkt9sQaSbtxYuWol9e/WvEruQqyd6nsutEjtKPmsdJIR+C1nHftDL+E2ZMMA8 = Received: (qmail 7910 invoked by alias); 6 Mar 2019 21:03:18 -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 7901 invoked by uid 89); 6 Mar 2019 21:03:18 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: relay1.mentorg.com Date: Wed, 6 Mar 2019 21:02:55 +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: > diff --git a/NEWS b/NEWS > index 2f0e2f51c2..42b5aca08b 100644 > --- a/NEWS > +++ b/NEWS > @@ -6,13 +6,18 @@ Please send GNU C library bug reports via > using `glibc' in the "product" field. > > > -* Start of implementing vector math library libmvec on PPC64/POWER8. > - The double-precision cosine now has a vector version. > +* Continuing implementation of vector math library libmvec on PPC64/POWER8. > + The following functions now have vector versions: > + - cos (double-precision cosine) > + - cosf (single-precision cosine) > + "Continuing implementation" does not make sense here. NEWS entries for 2.30 need to be relative to the state of 2.29, which didn't have this functionality at all. (Also, it appears the text you're changing here is above the heading for 2.30. It needs to be below the "Major new features:" heading for 2.30, or whatever version gets the feature. So patch 1 in the series needs to be revised with that fix to NEWS.) -- Joseph S. Myers joseph@codesourcery.com