From patchwork Tue Jul 25 20:22:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aurelien Jarno X-Patchwork-Id: 73195 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A053B385C426 for ; Tue, 25 Jul 2023 20:22:54 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from hall.aurel32.net (hall.aurel32.net [IPv6:2001:bc8:30d7:100::1]) by sourceware.org (Postfix) with ESMTPS id 1E6243858CDB for ; Tue, 25 Jul 2023 20:22:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1E6243858CDB Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=aurel32.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=aurel32.net DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=aurel32.net ; s=202004.hall; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date: Subject:Cc:To:From:Content-Type:From:Reply-To:Subject:Content-ID: Content-Description:In-Reply-To:References:X-Debbugs-Cc; bh=lBDbij5ruNmu+Bb6t1u7g9+1iUtlzvzWCU8fiRN1izo=; b=oHHPpIhCNSPudFgnLVyQjgwPpB yY3IQs6UI2Qqm8VwJmLXRQ+Cac0Od9nXXKrlZ80PUFetfgrbQQXxJ4OJIu27f+JlBF8RmKF1U6zAA QPvXMqf1TnPGXeGjSunV8WBuFr4HdDU38XjRfFeEKHFsfZTPrbhwnBwuDyhGubVyGw/yyF4fsVLAJ /2jpuFCTHb1waTDHfTzpExdNuW2QpTP0udsW4/wCr07X37Cd9qq58dyiNZn1r1sDVdPo+u4vwaTss /bOVmkhEHk3HLMl6/1+3C1XnnhkRacO/pZ/Hjcq8W2ANL8TU4oB82vhGvlrmbFogv4+6odlrTbYPc S+IbvVEQ==; Received: from [2a01:e34:ec5d:a741:8a4c:7c4e:dc4c:1787] (helo=ohm.rr44.fr) by hall.aurel32.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qOOYH-001KyI-14; Tue, 25 Jul 2023 22:22:37 +0200 Received: from aurel32 by ohm.rr44.fr with local (Exim 4.96) (envelope-from ) id 1qOOYG-00Egyc-2C; Tue, 25 Jul 2023 22:22:36 +0200 From: Aurelien Jarno To: libc-alpha@sourceware.org Cc: Aurelien Jarno Subject: [PATCH] MIPS: Update mips32 and mip64 libm test ulps Date: Tue, 25 Jul 2023 22:22:33 +0200 Message-Id: <20230725202233.3501785-1-aurelien@aurel32.net> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-Spam-Status: No, score=-13.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_PASS, 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 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: , Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Generated on a Cavium Octeon III 2 board running Linux version 4.19.249 and GCC 13.1.0. Needed due to commit cf7ffdd8a5f6 ("added pair of inputs for hypotf in binary32"). --- sysdeps/mips/mips32/libm-test-ulps | 1 + sysdeps/mips/mips64/libm-test-ulps | 1 + 2 files changed, 2 insertions(+) diff --git a/sysdeps/mips/mips32/libm-test-ulps b/sysdeps/mips/mips32/libm-test-ulps index f7e6046da4..5720e73288 100644 --- a/sysdeps/mips/mips32/libm-test-ulps +++ b/sysdeps/mips/mips32/libm-test-ulps @@ -839,6 +839,7 @@ float: 6 Function: "hypot": double: 1 +float: 1 Function: "hypot_downward": double: 1 diff --git a/sysdeps/mips/mips64/libm-test-ulps b/sysdeps/mips/mips64/libm-test-ulps index 6f5030b1dc..78969745b2 100644 --- a/sysdeps/mips/mips64/libm-test-ulps +++ b/sysdeps/mips/mips64/libm-test-ulps @@ -1050,6 +1050,7 @@ ldouble: 8 Function: "hypot": double: 1 +float: 1 ldouble: 1 Function: "hypot_downward":