From patchwork Tue Feb 14 08:50:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Zimmermann X-Patchwork-Id: 1742181 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=libc-alpha-bounces+incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=tjNNKu6Z; dkim-atps=neutral Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4PGFLG3PX7z23y6 for ; Tue, 14 Feb 2023 19:51:18 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 17AEE3858C39 for ; Tue, 14 Feb 2023 08:51:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 17AEE3858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676364675; bh=PWaJJYFkSU2YsA5Vt/QtZkvmtIG2Ek+cS1nXApbS558=; h=To:Cc:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=tjNNKu6ZWFPtlVzBmSEKXLRliIrlLEtQh/omFgFNcS2/koZyTn1oxMno5uTpF9wNs XamNjwHAUUyEkEUYXG1nfyB6oi27sZOR/l6Ah7lU3a6pBEDw7yn6+oS1rCs0Mo2FyX Tq5XTIyWSm4Cu+QhvOXscOwrc1cqO4CKC8DPid6o= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org 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 263B33858D1E for ; Tue, 14 Feb 2023 08:50:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 263B33858D1E Received-SPF: SoftFail (mail3-relais-sop.national.inria.fr: domain of Paul.Zimmermann@loria.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@loria.fr"; x-sender="Paul.Zimmermann@loria.fr"; x-conformance=spf_only; x-record-type="v=spf1"; x-record-text="v=spf1 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.loria.fr) identity=helo; client-ip=152.81.9.227; receiver=mail3-relais-sop.national.inria.fr; envelope-from="Paul.Zimmermann@loria.fr"; x-sender="postmaster@coriandre.loria.fr"; x-conformance=spf_only X-IronPort-AV: E=Sophos;i="5.97,296,1669071600"; d="scan'208";a="47662874" Received: from coriandre.loria.fr ([152.81.9.227]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Feb 2023 09:50:58 +0100 Received: from zimmerma by coriandre.loria.fr with local (Exim 4.96) (envelope-from ) id 1pRr1d-001znS-2W; Tue, 14 Feb 2023 09:50:57 +0100 To: libc-alpha@sourceware.org Cc: Paul Zimmermann Subject: [PATCH] regenerate ulps for x86_64 after cf7ffdd Date: Tue, 14 Feb 2023 09:50:53 +0100 Message-Id: <20230214085053.475798-1-Paul.Zimmermann@inria.fr> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 X-Spam-Status: No, score=-9.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_LOTSOFHASH, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP 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: , X-Patchwork-Original-From: Paul Zimmermann via Libc-alpha From: Paul Zimmermann Reply-To: Paul Zimmermann Errors-To: libc-alpha-bounces+incoming=patchwork.ozlabs.org@sourceware.org Sender: "Libc-alpha" --- math/auto-libm-test-out-hypot | 25 +++++++++++++++++++++++++ sysdeps/x86_64/fpu/libm-test-ulps | 1 + 2 files changed, 26 insertions(+) diff --git a/math/auto-libm-test-out-hypot b/math/auto-libm-test-out-hypot index 92ab48df84..105307d29a 100644 --- a/math/auto-libm-test-out-hypot +++ b/math/auto-libm-test-out-hypot @@ -14765,3 +14765,28 @@ hypot -0x1.fa7deap+0 0x1.a761bab383ac8p+0 = hypot tonearest ibm128 -0x1.fa7deap+0 0x1.a761bab383ac8p+0 : 0x2.942416eb158a10019b3e022619p+0 : inexact-ok = hypot towardzero ibm128 -0x1.fa7deap+0 0x1.a761bab383ac8p+0 : 0x2.942416eb158a10019b3e022619p+0 : inexact-ok = hypot upward ibm128 -0x1.fa7deap+0 0x1.a761bab383ac8p+0 : 0x2.942416eb158a10019b3e02261ap+0 : inexact-ok +hypot -0x1.003222p-20 -0x1.6a2d58p-32 += hypot downward binary32 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222p-20 : inexact-ok += hypot tonearest binary32 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222p-20 : inexact-ok += hypot towardzero binary32 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222p-20 : inexact-ok += hypot upward binary32 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003224p-20 : inexact-ok += hypot downward binary64 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffffp-20 : inexact-ok += hypot tonearest binary64 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffffp-20 : inexact-ok += hypot towardzero binary64 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffffp-20 : inexact-ok += hypot upward binary64 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003223p-20 : inexact-ok += hypot downward intel96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff408p-20 : inexact-ok += hypot tonearest intel96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40ap-20 : inexact-ok += hypot towardzero intel96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff408p-20 : inexact-ok += hypot upward intel96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40ap-20 : inexact-ok += hypot downward m68k96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff408p-20 : inexact-ok += hypot tonearest m68k96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40ap-20 : inexact-ok += hypot towardzero m68k96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff408p-20 : inexact-ok += hypot upward m68k96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40ap-20 : inexact-ok += hypot downward binary128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfca5p-20 : inexact-ok += hypot tonearest binary128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfca5p-20 : inexact-ok += hypot towardzero binary128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfca5p-20 : inexact-ok += hypot upward binary128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfca6p-20 : inexact-ok += hypot downward ibm128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfc8p-20 : inexact-ok += hypot tonearest ibm128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfc8p-20 : inexact-ok += hypot towardzero ibm128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfc8p-20 : inexact-ok += hypot upward ibm128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfdp-20 : inexact-ok diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps index 0ef27deea8..9e47fdfa87 100644 --- a/sysdeps/x86_64/fpu/libm-test-ulps +++ b/sysdeps/x86_64/fpu/libm-test-ulps @@ -1574,6 +1574,7 @@ ldouble: 6 Function: "hypot": double: 1 +float: 1 float128: 1 ldouble: 1