From patchwork Sat Jun 14 20:15:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Miller X-Patchwork-Id: 359790 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 0988614009A for ; Sun, 15 Jun 2014 06:15:43 +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:date:message-id:to:subject:from:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=SOU 1rzw4tDgR9O62FxSbRH6rly8VqbXscTjEkBE+ZDQ+hWdQ4MlZV2MGV/8Y5LJbhmC wZ/W337oohg/U9ZtYG/4bybdHq49mIEQxN4tje/O7P6AN1ieZDVg53uQulewQViL H+gbEie1Debx3JsXHkTGJJreNFh/on3rrrf2yrbA= 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:date:message-id:to:subject:from:mime-version :content-type:content-transfer-encoding; s=default; bh=BUF1VWZUm 3Inx8gA5erN/f4pawc=; b=BdOznIT+ACWrW5N/O13Z/MmViu1JORWS5k9xoHH2W qZtiEZwe6KPVJ6JJxd0FbYurk29IMGRX8suCdN4ND7RXoqtRX8CqfbRyJ68PKtv9 X0andjy/1w7dU3ONkbORfF9PLbqUkKbdZrPhbd7iVlp5YCXMfGt0aJNs4GWbPUtz W0= Received: (qmail 2064 invoked by alias); 14 Jun 2014 20:15:38 -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 2048 invoked by uid 89); 14 Jun 2014 20:15:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: shards.monkeyblade.net Date: Sat, 14 Jun 2014 13:15:33 -0700 (PDT) Message-Id: <20140614.131533.555751944922495340.davem@davemloft.net> To: libc-alpha@sourceware.org Subject: [COMMITTED PATCH] Update Sparc ULPs. From: David Miller Mime-Version: 1.0 * sysdeps/sparc/fpu/libm-test-ulps: Update. --- ChangeLog | 4 ++++ sysdeps/sparc/fpu/libm-test-ulps | 24 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5c14adf..3e519fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-06-14 David S. Miller + + * sysdeps/sparc/fpu/libm-test-ulps: Update. + 2014-06-14 Andreas Schwab * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code diff --git a/sysdeps/sparc/fpu/libm-test-ulps b/sysdeps/sparc/fpu/libm-test-ulps index d69765e..8c5f2d5 100644 --- a/sysdeps/sparc/fpu/libm-test-ulps +++ b/sysdeps/sparc/fpu/libm-test-ulps @@ -1692,6 +1692,30 @@ Function: "log2": ildouble: 1 ldouble: 1 +Function: "log2_downward": +double: 2 +float: 2 +idouble: 2 +ifloat: 2 +ildouble: 1 +ldouble: 1 + +Function: "log2_towardzero": +double: 1 +float: 1 +idouble: 1 +ifloat: 1 +ildouble: 1 +ldouble: 1 + +Function: "log2_upward": +double: 2 +float: 2 +idouble: 2 +ifloat: 2 +ildouble: 1 +ldouble: 1 + Function: "log_downward": float: 1 ifloat: 1