From owner-freebsd-numerics@freebsd.org Wed Feb 8 12:47:03 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 10385CD6B3D for ; Wed, 8 Feb 2017 12:47:03 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (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 C26DD18DC for ; Wed, 8 Feb 2017 12:47:02 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: by mail-io0-x22c.google.com with SMTP id v96so114836706ioi.0 for ; Wed, 08 Feb 2017 04:47:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=puaUB8qBI1pLtgcspESG2lzDx9BCa6kspAF2JdRcsKc=; b=UiK48ioSQSzNTv1/LtDscql9ThApdnLqhuTke/GTn5vSS65QYLeC/w8k24gQYOCvzB cxPbubpNJvqkTH38ZIulCe+XaNUgf0TZC4oCVDz/HGhLUdc5Dj+AoUTGTaE/gw2Itxi/ /9UPvoQXTeuOGFqVLsYOiqe9CFWKk8ZOp3TRw2gEC7ekigWShirh5+jmierLgunz8Wst q1JhBVQRSDAsLvHlsk0HRUtSuJEVBBvljl6+BaJP4BJis6oY1D0kcHi9IhbYrYqdrERj gHxwOoezn5erQqaOOHtKWQqRBXqMxB0mnrpjc/Tgw0aADvggMw2bCivholthvDA72vCO BBhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=puaUB8qBI1pLtgcspESG2lzDx9BCa6kspAF2JdRcsKc=; b=CHqjSpl8SDMSoMQLh1uXvPVAvtEp3uVZ8UXv0Vh6bkqdpaAmem54WIdSDfzZJK6KRZ acAj+de+6fvV8JIJPywOkL15S1vSVGwC+1yfwhbHzPuWO9+ODygfSkRLs6DLdylYlvNR ceQ40EyQaHYHk0o0/O/e5CkswXMJfG5PTUpBZ/uuEwfM1IqeA/eD3m4k9iAKPbzj7YaY mw8whmLtKbwaOcQZbMh8QvfvBC/omj6Mv8nl+OM+KXIwAXtlLZlEdjW8SAPQGBYU4MgX 0B60fGwfSteWgF3CauBHZPY/7/AZa9QRFF0WFaO9cHbOa8UEocvpvvv40cdfaK6Vs89/ AY/A== X-Gm-Message-State: AMke39m4xL38i71PNlgawCSMiUTdLD9RF7VowcTJuumscadi4PAaL0BG/85EVpEKYiMBBQTKm7tTIlZCjIIixw== X-Received: by 10.107.147.134 with SMTP id v128mr15000218iod.75.1486558022186; Wed, 08 Feb 2017 04:47:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.146.134 with HTTP; Wed, 8 Feb 2017 04:47:01 -0800 (PST) In-Reply-To: <20170208221449.K14261@besplex.bde.org> References: <20170208221449.K14261@besplex.bde.org> From: mokhi Date: Wed, 8 Feb 2017 16:17:01 +0330 Message-ID: Subject: Re: C11 conformance of casinl-like functions. To: Bruce Evans Cc: freebsd-numerics@freebsd.org Content-Type: text/plain; charset=UTF-8 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 Feb 2017 12:47:03 -0000 > I think you mean acosl, asinl, ... yeah :D > These were implemented quite well in 2012-2013, but not quite finished, > and not committed. Only the float and double version were committed. > The raw versions are still available in > https://people.freebsd.org/~stephen/catrig*.c. These have rotted and > require some editing. Compare with the committed parts to see most > of the necessary editing. Okay, I'll do. Would you like that I add you on Phabricator for reviewing when my editing is done? Thanks and best wishes, Mokhi.