From patchwork Mon Jun 30 21:42:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella X-Patchwork-Id: 365749 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 E140614009E for ; Tue, 1 Jul 2014 07:43:17 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=W2d HiaCxL8VcygTq++ij066hPuCI/NTt89qrbw+yNsbwFmPI/+vazDXpIA3e+s6DF9n iReUk5chzGcPF7NtEXC0hpCW9F4TLqb+Vn4hV2vXdMY269VabWc8zWOP4IYN7uKU nb83iHzBqFm0riBLWFQxECP0kFpgSTyYFXNvXE7w= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=41cnqlzzA IiZeC44CC/YwIrkGBo=; b=gSHthXOrDWLnPHAMzVg/a+qUQAv4EFGDp+9FFIBGQ 3Zy33vogG/25fcaSsnXe/IwPYxOxnKJOiTedDQCc6dMEDQK3kIo9O/05amDjLCbA l2Lp5Xu9BplaYaS8BO0Yczck7VdtQY0oE7D72qHytm6sLGYi2wjdlEqXqXziUtJm DA= Received: (qmail 21158 invoked by alias); 30 Jun 2014 21:43:12 -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 21113 invoked by uid 89); 30 Jun 2014 21:43:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e24smtp03.br.ibm.com Message-ID: <53B1D9E1.1050901@linux.vnet.ibm.com> Date: Mon, 30 Jun 2014 18:42:57 -0300 From: Adhemerval Zanella User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: "GNU C. Library" Subject: [COMMITTED] Update powerpc-fpu ULPs. X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14063021-9564-0000-0000-0000012EDBC4 2014-06-30 Adhemerval Zanella * sysdeps/powerpc/fpu/libm-test-ulps: Update. diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps index aef8a06..0ce423c 100644 --- a/sysdeps/powerpc/fpu/libm-test-ulps +++ b/sysdeps/powerpc/fpu/libm-test-ulps @@ -2219,4 +2219,28 @@ ifloat: 2 ildouble: 2 ldouble: 2 +Function: "yn_downward": +double: 3 +float: 2 +idouble: 3 +ifloat: 2 +ildouble: 10 +ldouble: 10 + +Function: "yn_towardzero": +double: 3 +float: 3 +idouble: 3 +ifloat: 3 +ildouble: 8 +ldouble: 8 + +Function: "yn_upward": +double: 4 +float: 3 +idouble: 4 +ifloat: 3 +ildouble: 9 +ldouble: 9 + # end of automatic generation