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 3C8A43858D33 for ; Thu, 4 Jan 2024 16:01:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3C8A43858D33 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 3C8A43858D33 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=1704384117; cv=none; b=ZkMFe1lMh/N3mQEsx6o4Pr2jcUf4zJnTv3VmJrp81Cks665EqeKKoSUA/1SxbYJhhIAQcLyD4PC2mWjSkGmD8F+bo00XxWh4Bz4ZHK7tBeCUeNwjBMPYGZYNP1DF0zqhxALVCRamoUXh0bPlfmLicf/75hMD85WIxU3jSOTOV+M= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704384117; c=relaxed/simple; bh=e7x+wHazZkYM3ti39H2MOzf/eKzty/OfTd6gdidaXNY=; h=DKIM-Signature:Date:Message-Id:From:To:Subject; b=jw4oGA9KG7K7pWO/GVsAh7stqQaK4RqORZ4kVyBIWrLKokhcpC+BMp1Am6Qw1IKatCrUf3vu3jfeOFm2BX5dBH1KsVw/DDpjdf+fhLcZcB3JdvNwIs1TChfUp7gLJzYYVT30rSsBIxmjUjWPiOL4lU5wbWwc5FZsmjZFCj0qTdg= 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:in-reply-to:subject: references; bh=ms532WU1BZAqs/PUuLDczWzn0aqgphuKN3BA+UvTRhs=; b=T32Kydm6JKdoB2bEEDP+sK+Dl1lkF5DW7KMHSfVq+vx0W0f2VwA5PZvi sKf4GiTbs0bBfW/dA7X/oAbY05S9RAfmArwFpzoXsU+veRDFtSC34LnLt svqBJauOXc31uAYl+PJbfhu0uQiUJo2yZhjW9oldo2CK1YiR19ovowBqE E=; 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-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.04,331,1695679200"; d="scan'208";a="75809124" 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; 04 Jan 2024 17:01:53 +0100 Date: Thu, 04 Jan 2024 17:01:52 +0100 Message-Id: From: Paul Zimmermann To: Jeff Johnston Cc: newlib@sourceware.org In-Reply-To: (message from Jeff Johnston on Sun, 31 Dec 2023 12:23:22 -0500) Subject: Re: newlib-4.4.0 yearly snapshot created References: 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: Hi Jeff, for what concerns the accuracy of math functions, the issue with huge error in pow (https://sourceware.org/pipermail/newlib/2023/020164.html) seems to have been fixed in 4.4.0, thanks! However, the regression for tgammaf(-1) with respect to 4.2.0 is still there: https://sourceware.org/pipermail/newlib/2023/020170.html. Happy New Year, Paul Zimmermann > From: Jeff Johnston > Date: Sun, 31 Dec 2023 12:23:22 -0500 > > > [1:text/plain Show] > > > [2:text/html Hide Save:noname (879B)] > > The 4.4.0 snapshot has been created and uploaded to the ftp site. For > details on changes, see the NEWS file. > > If there are any issues, I'll have to deal with them in the New Year. > > Thanks everyone for contributing last minute changes to handle the > c99/gcc-14 issues and thanks to all who made contributions/reviews this > year. Special thanks to Corinna for leading the project and reviewing the > lion's share of the code. > > Happy New Year everyone, > > -- Jeff J.