From patchwork Mon Feb 12 16:44:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tulio Magno Quites Machado Filho X-Patchwork-Id: 872153 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-90274-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="X0gRM3na"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zgBNg5Kyzz9sRW for ; Tue, 13 Feb 2018 03:45:07 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id; q=dns; s= default; b=MunVvaJ1m1gc5Zg7PZTus7fadfkGDY8tIZx8D1EIvDThEyFmxQyI0 yhMl2e7yMgqLSuAULf+KRjFX2yoD9viWpg1ikpnA1ErnVruOSZ/Zfn1e+/I/9jBJ bNER7HAbdpf18giUaIaX1BXyLuV35sMGoeh+qtCSb1nc8z//v8Pn34= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id; s=default; bh=1onxXYq6tFDVYFMQsii41M/Wpwk=; b=X0gRM3nafP6rwUyJEoT8lV8ziG5F HY1175BgEDQmbs0578RTxt+Va7T0vnM6ZRIx4ZjbF8ltWI/SrlBF0O8r1IwtZa1E ncNgdba5kJR7zE0drmi3QgcL0J5jUoh7tkXSJNuhnZ12FhBd0K8VI0Ga9QBIfd1v bPrpBV7rnFcQAv4= Received: (qmail 86690 invoked by alias); 12 Feb 2018 16:45:01 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 86674 invoked by uid 89); 12 Feb 2018 16:45:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=Hx-languages-length:983 X-HELO: mx0a-001b2d01.pphosted.com From: "Tulio Magno Quites Machado Filho" To: libc-alpha@sourceware.org Subject: [COMMITTED] powerpc: Update pow() ULPs Date: Mon, 12 Feb 2018 14:44:41 -0200 X-TM-AS-GCONF: 00 x-cbid: 18021216-0044-0000-0000-000003DF533D X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008523; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000252; SDB=6.00988714; UDB=6.00501976; IPR=6.00768068; BA=6.00005825; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00019514; XFM=3.00000015; UTC=2018-02-12 16:44:56 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18021216-0045-0000-0000-0000080EC82D Message-Id: <20180212164441.5891-1-tuliom@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2018-02-12_07:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=1 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1802120214 * sysdeps/powerpc/fpu/libm-test-ulps (pow): Increase double and idouble to 1 ULP. Signed-off-by: Tulio Magno Quites Machado Filho --- ChangeLog | 5 +++++ sysdeps/powerpc/fpu/libm-test-ulps | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4d78df2..4c0841f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-02-12 Tulio Magno Quites Machado Filho + + * sysdeps/powerpc/fpu/libm-test-ulps (pow): Increase double and + idouble to 1 ULP. + 2018-02-12 Zack Weinberg [BZ #19239] diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps index c10b2f8..6eec66f 100644 --- a/sysdeps/powerpc/fpu/libm-test-ulps +++ b/sysdeps/powerpc/fpu/libm-test-ulps @@ -2464,8 +2464,10 @@ ildouble: 1 ldouble: 1 Function: "pow": +double: 1 float: 1 float128: 2 +idouble: 1 ifloat: 1 ifloat128: 2 ildouble: 1