From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sourceware.org (Postfix) with ESMTPS id 9D925386483B for ; Thu, 15 Feb 2024 14:54:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9D925386483B Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=inria.fr ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 9D925386483B Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=192.134.164.104 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708008865; cv=none; b=pFlsHano/98H2bn63I5p8HyXocdoSS1AIPSagLXg0n1CiYxA1/u3TnmBs3zo9Kd3lZfzfFeyfsMvpmVvoEIP54gn5pSKwSibwOPhEzPcTIZY5pg688cq3l2vizEmuDNMXxsypeWK4LmULyLpJjy3gTLUBJvso+lWc1wBgicFXWU= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708008865; c=relaxed/simple; bh=Ki2YoAx0Wt1PQAulwR9I/dSxXG9l37WThil8cw3V0B4=; h=DKIM-Signature:Date:Message-Id:From:To:Subject; b=Gq75IJgpnKuFEVodYiDyG8FKfxrkxqgQcf+t8Vabii77Lv3Hob+uNOH8Wa1kAjDHKVANP2cRPCEVENcSItEGYc8Cyr16hDNuLGHMN5FTV42wMHuT9cwTXL5TdOPbjYl3ZbftoXYH/SKvNVbnrIPPmbrKJSGzLsK8Wydsc2EixEY= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:message-id:from:to:cc:subject; bh=1wytm95QsDhTVN3xcgAFbVZIErxeIR3My277HEqqKeA=; b=UVw5QlpFQS15E+z2Lye2b4zGZDnk9Hs7gBlqYJM47IFRY6rTx2AcQngH +R9CWMnot4EwyOLjIbky6ELRKd5IAoZdKmDR3qR/o5qU0pLhWwc/ab77P 7YN16I4ornAdG+uQ6wwh0Y1rZwGJdSIQvpgn27RkkY3g9GJFmgJLAomcr s=; 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@coriandre Received-SPF: SoftFail (mail3-relais-sop.national.inria.fr: domain of Paul.Zimmermann@inria.fr is inclined to not designate 152.81.9.227 as permitted sender) identity=mailfrom; client-ip=152.81.9.227; 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 include:mailout.safebrands.com a:basic-mail.safebrands.com a:basic-mail01.safebrands.com a:basic-mail02.safebrands.com ip4:128.93.142.0/24 ip4:192.134.164.0/24 ip4:128.93.162.160 ip4:89.107.174.7 mx ~all" Received-SPF: None (mail3-relais-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@coriandre) identity=helo; client-ip=152.81.9.227; receiver=mail3-relais-sop.national.inria.fr; envelope-from="Paul.Zimmermann@inria.fr"; x-sender="postmaster@coriandre"; x-conformance=spf_only X-IronPort-AV: E=Sophos;i="6.06,161,1705359600"; d="scan'208";a="79742990" Received: from coriandre.loria.fr (HELO coriandre) ([152.81.9.227]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2024 15:54:22 +0100 Date: Thu, 15 Feb 2024 15:54:22 +0100 Message-Id: From: Paul Zimmermann To: newlib@sourceware.org CC: vincenzo.innocente@cern.ch, riemannic@gmail.com, johnmather@sidefx.com Subject: Accuracy of Mathematical Functions X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Dear all, we have updated our comparison: https://members.loria.fr/PZimmermann/papers/accuracy.pdf This is a new version with updated versions of the different libraries, in particular from Newlib 4.3.0 to 4.4.0, new corner cases found, and the ARM Performance Library is now included. Paul Zimmermann