From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4462 invoked from network); 29 Aug 2022 10:59:58 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 29 Aug 2022 10:59:58 -0000 Received: (qmail 22001 invoked by uid 550); 29 Aug 2022 10:59:53 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 21963 invoked from network); 29 Aug 2022 10:59:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:message-id:from:to:cc:subject; bh=z7yLIY/sQKXeHtby+dxOlzribJkun0qM6baKZQ9yDeA=; b=ktt7x8zzVTEv5UEzyyTX1U9OcsyB7OCrNASsMyxccZ3eazhW52ZW2Arl t9G2NHV/u9CaT7mGeDaCPioXf1FDpnaF7xKVdY8Ah+VY0low1pDTDX8A4 l6Uq34N63waW1OSepryxrtgqMgbCwxPtBsbh6sG4+kxW0uu7mHb5Y+Zay I=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=Paul.Zimmermann@inria.fr; spf=None smtp.helo=postmaster@tomate Received-SPF: SoftFail (mail3-relais-sop.national.inria.fr: domain of Paul.Zimmermann@inria.fr is inclined to not designate 152.81.10.51 as permitted sender) identity=mailfrom; client-ip=152.81.10.51; receiver=mail3-relais-sop.national.inria.fr; envelope-from="Paul.Zimmermann@inria.fr"; x-sender="Paul.Zimmermann@inria.fr"; x-conformance=spf_only; x-record-type="v=spf1"; x-record-text="v=spf1 ip4:192.134.164.0/24 mx ~all" Received-SPF: None (mail3-relais-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@tomate) identity=helo; client-ip=152.81.10.51; receiver=mail3-relais-sop.national.inria.fr; envelope-from="Paul.Zimmermann@inria.fr"; x-sender="postmaster@tomate"; x-conformance=spf_only X-IronPort-AV: E=Sophos;i="5.93,272,1654552800"; d="scan'208";a="22311879" Date: Mon, 29 Aug 2022 12:59:41 +0200 Message-Id: From: Paul Zimmermann To: musl@lists.openwall.com CC: vincenzo.innocente@cern.ch Subject: [musl] Accuracy of Mathematical Functions Hi, we have updated our comparison: https://members.loria.fr/PZimmermann/papers/accuracy.pdf This update uses Musl 1.2.3. The acoshf and sinhf issues reported in 1.2.2 are fixed (thank you Szabolcs). The main change is that the LLVM library now implements a few correctly-rounded routines in single precision (log, log10, log2, hypot), and hypot in double precision. Best regards, Paul