From owner-freebsd-current@freebsd.org Sun Jul 15 17:21:29 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63F2710479EE for ; Sun, 15 Jul 2018 17:21:29 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-lj1-x243.google.com (mail-lj1-x243.google.com [IPv6:2a00:1450:4864:20::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE0818F96D; Sun, 15 Jul 2018 17:21:28 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: by mail-lj1-x243.google.com with SMTP id r13-v6so27999557ljg.10; Sun, 15 Jul 2018 10:21:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=dLzkpXqTZLk2cah4oLKjW26s0brQ285w8ajBwxtF5N0=; b=IUaP5BEuFzD9VVRCg51cAjwlm9jyXAm5nm/RH6C8QPPsiNYGujSGbo9QwsbejYzHdf cI1Gwy6C0z9zyC8HSWEqhohpMYwALEFQsBQMzvUJXSxyCvIa8WQwoWGh2vQO3yfvGOyw Vp34R7dstDFEdtf1x3hCGvsm7NcCSwC9+kvTI5j/sFdxwYLVwRsKKkL55kCKh2Gp/K5Q hR12n5Rq3iVXUSebh1imSjUF1QAac2KjEOxTyneoodAS2sCeWOtyZx7QsrWPe84qrK14 5RXY7SBjC2DOM8gfM8RmtLSam4Sgismc0c+DiM2gm4ihpX5V9CKbfWB3lXQd5QhUdNYD TYrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=dLzkpXqTZLk2cah4oLKjW26s0brQ285w8ajBwxtF5N0=; b=PQJe25O1hq4bRAnR0QlRxIVP3Yio1xeEgxg/w116T6q2OUxSauRKzcfdNCSdpRqmsm i6d32oShB3nHe3jS1l9jRi/Q6BumtrFk3nT2fZoIdiSuVSHhSITWX7F84rJnzsOAz7nL 6ffpemIDETy8TXkQ3+MZwxTQ+jjZodgPVisvHO5T99Aip92pxp+iif0bdiRFxX8aosYO FWS6sna7M/9e40yyCwjSlH3ZEFP0tSJHbYZ6NBLidiVPXjilsyfCnDyFKVFj5cmGszkD kEbUdzAj77VK7yrsyUPWA45dpgosNsqgEGLHFGEHXRmX4QnMGMfBGwRr8YOKtS9aSPzC zTxg== X-Gm-Message-State: AOUpUlGAtsRhiXJeuJ6cfg/diIumi/9pnrmxIVogKbZOSvY3mz8fQhTa 424fMQm9+m3bO2DOjawF70/8qpuAbLaulP7IkeUzN9M8 X-Google-Smtp-Source: AAOMgpeqTTAkbHuplkTWLrysUnASIrtMF0Eqeuy3B2q9r2BCAMZSYhestAcsgHkzPjVmDiTJf5WKlI99N/plCPTf+Qs= X-Received: by 2002:a2e:44c6:: with SMTP id b67-v6mr8521961ljf.102.1531675286182; Sun, 15 Jul 2018 10:21:26 -0700 (PDT) MIME-Version: 1.0 Sender: kmacybsd@gmail.com Received: by 2002:a2e:5b06:0:0:0:0:0 with HTTP; Sun, 15 Jul 2018 10:21:25 -0700 (PDT) In-Reply-To: <20180715171737.GA31164@troutmask.apl.washington.edu> References: <20180715150638.GA30154@troutmask.apl.washington.edu> <1531674041.26036.1.camel@freebsd.org> <20180715171737.GA31164@troutmask.apl.washington.edu> From: "K. Macy" Date: Sun, 15 Jul 2018 10:21:25 -0700 X-Google-Sender-Auth: lmhEEu2SSaGpj4uqabcqeWCMXYk Message-ID: Subject: Re: [PATCH] Recent libm additions To: Steve Kargl Cc: Ian Lepore , FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2018 17:21:29 -0000 > > Well, actually, the functions in polevll.c should have been copied > into ld80/e_powl.c, and polevall.c should never have been committed. > Unfortunately, the code was not reviewed for correctness. That is not correct. Please stop repeating it. Bruce Evans and John Baldwin were both looped in. Neither made this observation.