From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69168 invoked by alias); 22 Aug 2018 16:59:00 -0000 Mailing-List: contact libc-stable-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Archive: Sender: libc-stable-owner@sourceware.org Received: (qmail 69032 invoked by uid 89); 22 Aug 2018 16:58:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.1 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY autolearn=ham version=3.3.2 spammy=H*r:4.89 X-Spam-Status: No, score=-25.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: hall.aurel32.net Received: from hall.aurel32.net (HELO hall.aurel32.net) (163.172.24.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Aug 2018 16:58:57 +0000 Received: from [2001:bc8:30d7:121:cc44:2c6c:4d9c:42c0] (helo=ohm.rr44.fr) by hall.aurel32.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1fsWT8-00051k-Ha; Wed, 22 Aug 2018 18:58:54 +0200 Received: from aurel32 by ohm.rr44.fr with local (Exim 4.91) (envelope-from ) id 1fsWT7-0005Yz-PV; Wed, 22 Aug 2018 18:58:53 +0200 From: Aurelien Jarno To: libc-stable@sourceware.org Cc: DJ Delorie Subject: [2.28 COMMITTED 2/3] Regen RISC-V rvd ULPs Date: Mon, 01 Jan 2018 00:00:00 -0000 Message-Id: <20180822165819.21312-2-aurelien@aurel32.net> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180822165819.21312-1-aurelien@aurel32.net> References: <20180822165819.21312-1-aurelien@aurel32.net> X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00006.txt.bz2 From: DJ Delorie * sysdeps/riscv/rv64/rvd/libm-test-ulps: Update. Note: I regen'd these from scratch, but I'm only committing the increases, as I only tested on hardware. There were a few 2->1 decreases that I omitted, possibly "for now". (cherry picked from commit bb17621ab89b2135c4d8d0d250b2aab5aa3e36c4) --- ChangeLog | 2 ++ sysdeps/riscv/rv64/rvd/libm-test-ulps | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b1cba70bc4..e296da9699 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * sysdeps/riscv/rvf/math_private.h (libc_feholdexcept_setround_riscv): Fix rounding save-restore bug. + * sysdeps/riscv/rv64/rvd/libm-test-ulps: Update. + 2018-08-14 Florian Weimer [BZ #23521] diff --git a/sysdeps/riscv/rv64/rvd/libm-test-ulps b/sysdeps/riscv/rv64/rvd/libm-test-ulps index f8feadcd0d..61be2df60d 100644 --- a/sysdeps/riscv/rv64/rvd/libm-test-ulps +++ b/sysdeps/riscv/rv64/rvd/libm-test-ulps @@ -1006,6 +1006,8 @@ ildouble: 2 ldouble: 2 Function: "cos": +double: 1 +idouble: 1 ildouble: 1 ldouble: 1 @@ -1348,9 +1350,9 @@ ildouble: 4 ldouble: 4 Function: Imaginary part of "ctan_towardzero": -double: 1 +double: 2 float: 2 -idouble: 1 +idouble: 2 ifloat: 2 ildouble: 5 ldouble: 5 @@ -1898,10 +1900,12 @@ ldouble: 2 Function: "log_upward": double: 1 idouble: 1 -ildouble: 1 -ldouble: 1 +ildouble: 2 +ldouble: 2 Function: "pow": +double: 1 +idouble: 1 ildouble: 2 ldouble: 2 @@ -1930,6 +1934,8 @@ ildouble: 2 ldouble: 2 Function: "sin": +double: 1 +idouble: 1 ildouble: 1 ldouble: 1 @@ -1952,6 +1958,8 @@ ildouble: 3 ldouble: 3 Function: "sincos": +double: 1 +idouble: 1 ildouble: 1 ldouble: 1 -- 2.18.0