From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sourceware.org (Postfix) with ESMTPS id 43011388A41D for ; Mon, 4 Jan 2021 16:49:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 43011388A41D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Paul.Zimmermann@inria.fr X-IronPort-AV: E=Sophos;i="5.78,474,1599516000"; d="scan'208";a="485347395" Received: from tomate.loria.fr (HELO tomate) ([152.81.10.51]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jan 2021 17:49:13 +0100 Date: Mon, 04 Jan 2021 17:49:13 +0100 Message-Id: From: Paul Zimmermann To: Wilco Dijkstra Cc: libc-alpha@sourceware.org In-Reply-To: (message from Wilco Dijkstra via Libc-alpha on Mon, 4 Jan 2021 12:21:53 +0000) Subject: Re: [PATCH 4/5] Remove slow paths from atan2 References: X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2021 16:49:15 -0000 Dear Wilco, same comments for this last patch: - it would be nice to explain where the "Max ULP" come from, to allow future developers to debug the code if needed - it would be nice to have a summary with the maximal ulp error at the top of the atan2() function (0.56 ULP if I'm correct) and in addition: - it remains one occurrence of "correctly rounded" at line 51 Best regards, Paul