From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10422 invoked by alias); 1 Dec 2017 00:56:29 -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 10413 invoked by uid 89); 1 Dec 2017 00:56:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=no version=3.3.2 spammy=yyy, xxx X-HELO: relay1.mentorg.com Date: Fri, 01 Dec 2017 00:56:00 -0000 From: Joseph Myers To: Patrick McGehearty CC: Subject: Re: [PATCH] Improves __ieee754_exp() performance by greater than 5x on sparc/x86. In-Reply-To: <1512089461-81364-1-git-send-email-patrick.mcgehearty@oracle.com> Message-ID: References: <1512089461-81364-1-git-send-email-patrick.mcgehearty@oracle.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) X-SW-Source: 2017-12/txt/msg00002.txt.bz2 On Thu, 30 Nov 2017, Patrick McGehearty wrote: > + yy.y = xx.x + (t * (half + xx.x * t2) + > + (t * t) * (t3 + xx.x * t4 + t * t5)); You still have a line break after an operator here. > + yy.y = xx.x + (t * (half + xx.x * t2) + > + (t * t) * (t3 + xx.x * t4 + t * t5)); Likewise. -- Joseph S. Myers joseph@codesourcery.com