From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6046 invoked by alias); 5 Sep 2018 15:26:25 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 6036 invoked by uid 89); 5 Sep 2018 15:26:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: EUR01-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=F9RYfXCh7HmKruprnvd5ELX/tmvVfDfK0ATGp24vhIM=; b=M+oQDmxkGqvDTVXu62CDW9hHtRid2l/zAvyPqu1QNCJMv94hO3UQ7qpqgXr+VVflSxVESmhPmrnUYCPG4Wgy1QOcqZXC3I6J76qLUvgyL4SozcU1hyxMpaTQtjoHfI0ZFLhHfD/TNfQxXFQjqyS9Dtst2AJDM76qFMIMqOuVE3w= Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=Szabolcs.Nagy@arm.com; Cc: nd@arm.com, GNU C Library Subject: Re: [PATCH 04/10] Add new exp and exp2 implementations To: Joseph Myers References: From: Szabolcs Nagy Message-ID: <75afe7bc-8666-b69d-55d1-0844f079a0a3@arm.com> Date: Wed, 05 Sep 2018 15:26:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-Path: szabolcs.nagy@arm.com Received-SPF: None (protection.outlook.com: arm.com does not designate permitted sender hosts) X-SW-Source: 2018-09/txt/msg00053.txt.bz2 On 22/08/18 20:55, Joseph Myers wrote: > On Fri, 6 Jul 2018, Szabolcs Nagy wrote: > >> >> -/* Compute e^(x+xx). */ >> double >> SECTION >> __exp1 (double x, double xx) > > The function still needs the comment giving its semantics; it should not > be removed. > > The patch is OK with that change. > Thanks, now committed with that comment added back, rebased (include fenv.h, NEWS, math/Makefile changes), and with the ulp updates.