From patchwork Thu Aug 23 12:01:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wilco Dijkstra X-Patchwork-Id: 961306 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-95465-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="TQkFFhHM"; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=armh.onmicrosoft.com header.i=@armh.onmicrosoft.com header.b="Gpmip8o1"; dkim-atps=neutral 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 41x31G4JB3z9ryt for ; Thu, 23 Aug 2018 22:01:54 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :content-type:content-transfer-encoding:mime-version; q=dns; s= default; b=JaBUeBMmiuDAjCBuGDtPr/ZZGCxZ/VTnxQjo/RJ6KBEGsootd4YG8 EZh3jl8Nq4kzbIsJZSU6FE7q3e8Ib3cn/Deq91M14NRh+vtS8aKOGZhc6SKspLoD sVL+QUEYWcGxYCUJWKXUcU0SLRlLyBg5DAH5P6aPeSi+HKwymVJXkM= 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:from:to:cc:subject:date:message-id :content-type:content-transfer-encoding:mime-version; s=default; bh=d1a+ddIrDBwRMoSyi6pnZCneRvY=; b=TQkFFhHM9QVXBTu6aX6qwW2lHEaa GeuYSq9ecnmoAyiQ1vLOPV3Htl5VH4Zi53i11cciv32sZYYk3Uobex2Q1OO4nTiO +enH+QqnJGXHsser4ogZR+fKHq13i1HXaC0dF/yzM85FtrVsQFuOK790Ems1OZKx OXEj8SHSLUJadKM= Received: (qmail 11649 invoked by alias); 23 Aug 2018 12:01:49 -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 Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 11566 invoked by uid 89); 23 Aug 2018 12:01:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 spammy=Major, UD:cpu X-HELO: EUR04-HE1-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com; s=selector1-arm-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=uSLRA/0Nqz40WxpP5y+yPz4BpVJP0wbC4FdwJbVTENA=; b=Gpmip8o1Oc33TVdeivMfbnu46RFYDbaMMykNKdMXEnNVwDjyu6wQ3OSGZLkdn23sPfqDzinlbT9vYY8rqY+isp+FWo6pV3jZj4PH9a9oGqESDItM1XpIuDaAOTBWjbvmLZOHgYlPJtniCtlhQ9qA/93wQOwwhHuUPT2KqdSRDCE= From: Wilco Dijkstra To: "libc-alpha@sourceware.org" , Marko Myllynen CC: nd Subject: [Committed] Update NEWS for sinf improvements Date: Thu, 23 Aug 2018 12:01:23 +0000 Message-ID: authentication-results: spf=none (sender IP is ) smtp.mailfrom=Wilco.Dijkstra@arm.com; received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts) MIME-Version: 1.0 Marko pointed out the the NEWS entry for sinf improvements is listed for 2.28, while it was committed in 2.29, so move it there and mention tanf too. Committed as obvious. ChangeLog: 2018-08-23 Wilco Dijkstra * NEWS: Move optimized sinf entry to 2.29. diff --git a/NEWS b/NEWS index d38b6c4c238ae654711ae563b7c7a56180012056..639fb56c9f080cda5f185310fc083367e678fdb4 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,8 @@ Major new features: to set the install root if you wish to install into a non-default configured location. +* Optimized generic sinf, cosf, sincosf and tanf. + Deprecated and removed features, and other changes affecting compatibility: * The glibc.tune tunable namespace has been renamed to glibc.cpu and the @@ -75,8 +77,6 @@ Major new features: transliteration tables are all updated to Unicode 11.0.0, using generator scripts contributed by Mike FABIAN (Red Hat). -* Optimized generic sinf, cosf and sincosf. - * functions that round their results to a narrower type are added from TS 18661-1:2014 and TS 18661-3:2015: