From owner-freebsd-numerics@freebsd.org Wed Nov 8 06:15:05 2017 Return-Path: Delivered-To: freebsd-numerics@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05D7BE6F012 for ; Wed, 8 Nov 2017 06:15:05 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D73AE6C72C for ; Wed, 8 Nov 2017 06:15:04 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id vA86F2Gv051071 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 7 Nov 2017 22:15:02 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id vA86F1wp051070; Tue, 7 Nov 2017 22:15:01 -0800 (PST) (envelope-from sgk) Date: Tue, 7 Nov 2017 22:15:01 -0800 From: Steve Kargl To: Eitan Adler Cc: "Montgomery-Smith, Stephen" , "freebsd-numerics@freebsd.org" Subject: Re: cpow and clog Message-ID: <20171108061501.GA51059@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20171106194937.GA87725@freebird> <20171106204121.GB37361@troutmask.apl.washington.edu> <20171106213308.GA73787@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: freebsd-numerics@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussions of high quality implementation of libm functions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 06:15:05 -0000 On Tue, Nov 07, 2017 at 09:18:11PM -0800, Eitan Adler wrote: > On 7 November 2017 at 17:50, Montgomery-Smith, Stephen > wrote: > > >> Note, I packaged Bruce's code with manpages here > >> > >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216863 > > > > Please, someone should commit it. > > :( Well, yes, a patch that sits in bugzilla tends to rot. > patching file include/complex.h > Hunk #1 succeeded at 99 (offset 12 lines). > patching file lib/libc/softfloat/bits64/softfloat-macros > patching file lib/msun/Makefile > Hunk #2 succeeded at 134 (offset 3 lines). > Hunk #3 succeeded at 171 (offset 7 lines). > patching file lib/msun/Symbol.map > Hunk #1 FAILED at 294. Probably a trivial edit to deal with clog[fl] placed in different order of Symbol.map. > 1 out of 1 hunk FAILED -- saving rejects to file lib/msun/Symbol.map.rej > patching file lib/msun/man/clog.3 > patching file lib/msun/man/complex.3 > Hunk #1 succeeded at 24 with fuzz 2. > patching file lib/msun/src/math_private.h > Hunk #2 FAILED at 309. > 1 out of 2 hunks FAILED -- saving rejects to file > lib/msun/src/math_private.h.rej Don't know if someone has made change sot math_private.h. I guess I'll have to rebase my patch -- Steve