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 F3BBD3858409 for ; Thu, 4 Nov 2021 08:57:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F3BBD3858409 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=inria.fr 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=qZYC6RCU7yE7ktCyz+MPO9l7awc1xMSakazbk24t/UQ=; b=l8L8kqmDgWgKfuFithM6RhyQ1GZBKdOUyNaCNfidSoVDR5MnPZGn4tMB T2nPC6ha+mZRQJMkeIRabPwLMDhvGUGzGS3lm8FQcOYqc1mSKXuDc3cEN VzzSTTiwGWbUw0TZU4bLWtBx3z1f/RtEPOn+fSLD3P6hu9J8xkNdrOAhF g=; X-IronPort-AV: E=Sophos;i="5.87,208,1631570400"; d="scan'208";a="1936400" 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 Nov 2021 09:57:21 +0100 Date: Thu, 04 Nov 2021 09:57:15 +0100 Message-Id: From: Paul Zimmermann To: Sunil K Pandey Cc: libc-alpha@sourceware.org In-Reply-To: <20211027230410.1252166-1-skpgkp2@gmail.com> (message from Sunil K Pandey via Libc-alpha on Wed, 27 Oct 2021 16:04:10 -0700) Subject: Re: [PATCH v2] benchtests: Add acosf to bench-math References: <20211027230410.1252166-1-skpgkp2@gmail.com> X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Thu, 04 Nov 2021 08:57:26 -0000 Hi, I'm sorry to come late after that patch was committed, but the following is incorrect (the values from acosf-inputs seem to be simply those from acos-inputs, rounded to binary32): > acosf-inputs file generated from acos-inputs file using following > scaling formula: > > f = d * (FLT_MAX/DBL_MAX) Is there a way to fix the commit message? Paul