From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 28A4A3858C5F for ; Mon, 18 Mar 2024 10:29:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 28A4A3858C5F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 28A4A3858C5F Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710757774; cv=none; b=OC6G1cR4Y38lWScS9S9RlIxt9z71PmOyLryJE3n4z+CqASlY32LYIhR2s2Hs8c9jQd7A8liBikoCyX79E6a70ivnXfFIAnnazu2BUkIHmHA3H5JeRw/DHdOB2tuokfCF35xYZqu+T23cjtvQilrxrwNWvujqX/Q8HpAA/F7Xlyg= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710757774; c=relaxed/simple; bh=SQF9T/HKx8juz2xtRLUeO5h7ceGuYYusfTwBap9JSQc=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=pf68UDdU0ircglZyJj3A5116oxkvCq8HmZRRUJKbx/R5C5LYhYlYUakGewqNP408cOuc1CYAX/9Ekd9wXQ+Axfp/j/5yUYGO4e9+3od6TJDEf51BYTCofwLHg1zzeR4g+SL0IdUldbNi4Lr/I1C89EkwJbO3jQU/NL3VDRLGx/g= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1710757771; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vTAFbFLPK2/BqjVc5dBnp5itUbq2ylDnGSQa5zj3DGU=; b=ZKA+dvvm2K3Sdn65GZMPY//mKnL82imUdVxNUihUOXJ1DXveyJSgSmKVA89swk+shROLa0 IfS3gRyTp4BYHCU38iXBJvcgwZGWqiIa17ueSjs0KI6sOE4aqaQPPYmm+ijmcf+NuRjmWf ktHeuEeTOU/YkXEIBuX7GAnt7unLg8o= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-85-Tc15ky60N6SIUlaJ2KcVqQ-1; Mon, 18 Mar 2024 06:29:30 -0400 X-MC-Unique: Tc15ky60N6SIUlaJ2KcVqQ-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 08A4C10189AC for ; Mon, 18 Mar 2024 10:29:30 +0000 (UTC) Received: from oldenburg3.str.redhat.com (unknown [10.39.193.92]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 77009112131D for ; Mon, 18 Mar 2024 10:29:29 +0000 (UTC) From: Florian Weimer To: libc-alpha@sourceware.org Subject: Re: [PATCH v2] riscv: Update nofpu libm test ulps References: <87v85soqig.fsf@oldenburg.str.redhat.com> Date: Mon, 18 Mar 2024 11:29:23 +0100 In-Reply-To: (Darius Rad's message of "Mon, 11 Mar 2024 14:56:07 -0400") Message-ID: <87wmpzu930.fsf@oldenburg3.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-10.8 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,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: * Darius Rad: > On Mon, Mar 11, 2024 at 02:19:03PM +0100, Florian Weimer wrote: >> * Darius Rad: >> >> > Fix two test failures. >> > --- >> > Changes since v1: >> > - Rebase to master >> > - Fix corrupted diff line in patch >> > >> > sysdeps/riscv/nofpu/libm-test-ulps | 1 + >> > 1 file changed, 1 insertion(+) >> > >> > diff --git a/sysdeps/riscv/nofpu/libm-test-ulps b/sysdeps/riscv/nofpu/libm-test-ulps >> > index 16106f10b0..bc7e615177 100644 >> > --- a/sysdeps/riscv/nofpu/libm-test-ulps >> > +++ b/sysdeps/riscv/nofpu/libm-test-ulps >> > @@ -1043,6 +1043,7 @@ ldouble: 8 >> > >> > Function: "hypot": >> > double: 1 >> > +float: 1 >> > ldouble: 1 >> > >> > Function: "hypot_downward": >> >> Looks okay. >> >> Reviewed-by: Florian Weimer >> >> Do you have sourceware commit access? If not, I can push the change for >> you. > > I do not. If you could commit it, I would appreciate it. I pushed it on your behalf. Thanks, Florian