From patchwork Wed Apr 23 10:24:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Allan McRae X-Patchwork-Id: 341768 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 45A431400AD for ; Wed, 23 Apr 2014 20:24:37 +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:from:to:subject:date:message-id; q=dns; s= default; b=gGa8qVZ7Rewdd4qXiwuKlcISYcWEMaETmPIpMdH7Yd+gHG9nJpcfy /r2FY1tPdz4jZ/uHpHLHKBT+CIS4Xqo6e518g1b7q9o6BszPgCH2XwArhA1QIM7U ptlJlmlHGksizNHhs0Os7XuXb0phkFsQm8RkSa93MktY9WuurEsuA8= 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=V6ChA6Zsk5jGyTB7UjpK45bd6S4=; b=VUhRRuVE/ZH9HhZ5Dscf+dhkVn/E SZTgrpla3pKrpd6B0FPK9DGpdODgCWY3xHDGl34f3GOs3UotTJhycKF7Om0jU7x6 /Vz65IkQGB6a+XTc7gqFYaxMUoUZ462YoPIOhb12hVPPSLWKTZJK0+eILCxoqCIU 38OzD1ShP9eX3KE= Received: (qmail 21558 invoked by alias); 23 Apr 2014 10:24:32 -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 21541 invoked by uid 89); 23 Apr 2014 10:24:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: gerolde.archlinux.org From: Allan McRae To: libc-alpha@sourceware.org Subject: [PATCH] Update ULPs for i386 Date: Wed, 23 Apr 2014 20:24:20 +1000 Message-Id: <1398248660-28988-1-git-send-email-allan@archlinux.org> Update based on testing with GCC 4.9.0 on Intel i7. --- Note that I intend this to go straight to the release/2.19/master branch as the ulp files have changed significantly on the master branch. 2014-04-23 Allan McRae * sysdeps/i386/fpu/libm-test-ulps: Update. sysdeps/i386/fpu/libm-test-ulps | 52 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps index 4a921b1..159a320 100644 --- a/sysdeps/i386/fpu/libm-test-ulps +++ b/sysdeps/i386/fpu/libm-test-ulps @@ -421,6 +421,12 @@ ldouble: 1 Test "Imaginary part of: cacos (-0x1.0000000000001p0 - 0x1p-52 i)": ildouble: 1 ldouble: 1 +Test "Imaginary part of: cacos (-0x1.000002p0 + 0x1p-23 i)": +float: 1 +ifloat: 1 +Test "Imaginary part of: cacos (-0x1.000002p0 - 0x1p-23 i)": +float: 1 +ifloat: 1 Test "Imaginary part of: cacos (-0x1.fp-10 + 1.0 i)": double: 1 idouble: 1 @@ -814,6 +820,12 @@ ldouble: 1 Test "Imaginary part of: cacos (0x1.0000000000001p0 - 0x1p-52 i)": ildouble: 1 ldouble: 1 +Test "Imaginary part of: cacos (0x1.000002p0 + 0x1p-23 i)": +float: 1 +ifloat: 1 +Test "Imaginary part of: cacos (0x1.000002p0 - 0x1p-23 i)": +float: 1 +ifloat: 1 Test "Imaginary part of: cacos (0x1.fp-10 + 1.0 i)": double: 1 idouble: 1 @@ -1216,6 +1228,12 @@ ldouble: 1 Test "Real part of: cacosh (-0x1.0000000000001p0 - 0x1p-52 i)": ildouble: 1 ldouble: 1 +Test "Real part of: cacosh (-0x1.000002p0 + 0x1p-23 i)": +float: 1 +ifloat: 1 +Test "Real part of: cacosh (-0x1.000002p0 - 0x1p-23 i)": +float: 1 +ifloat: 1 Test "Real part of: cacosh (-0x1.fp-10 + 1.0 i)": double: 1 idouble: 1 @@ -1609,6 +1627,12 @@ ldouble: 1 Test "Imaginary part of: cacosh (0x1.0000000000001p0 - 0x1p-52 i)": ildouble: 1 ldouble: 1 +Test "Real part of: cacosh (0x1.000002p0 + 0x1p-23 i)": +float: 1 +ifloat: 1 +Test "Real part of: cacosh (0x1.000002p0 - 0x1p-23 i)": +float: 1 +ifloat: 1 Test "Real part of: cacosh (0x1.fp-10 + 1.0 i)": double: 1 idouble: 1 @@ -2017,6 +2041,12 @@ ldouble: 1 Test "Imaginary part of: casin (-0x1.0000000000001p0 - 0x1p-52 i)": ildouble: 1 ldouble: 1 +Test "Imaginary part of: casin (-0x1.000002p0 + 0x1p-23 i)": +float: 1 +ifloat: 1 +Test "Imaginary part of: casin (-0x1.000002p0 - 0x1p-23 i)": +float: 1 +ifloat: 1 Test "Imaginary part of: casin (-0x1.fp-10 + 1.0 i)": double: 1 idouble: 1 @@ -2413,6 +2443,12 @@ ldouble: 1 Test "Imaginary part of: casin (0x1.0000000000001p0 - 0x1p-52 i)": ildouble: 1 ldouble: 1 +Test "Imaginary part of: casin (0x1.000002p0 + 0x1p-23 i)": +float: 1 +ifloat: 1 +Test "Imaginary part of: casin (0x1.000002p0 - 0x1p-23 i)": +float: 1 +ifloat: 1 Test "Imaginary part of: casin (0x1.fp-10 + 1.0 i)": double: 1 idouble: 1 @@ -2923,6 +2959,9 @@ ldouble: 1 Test "Real part of: casinh (-0x1p-23 + 0x0.ffffffp0 i)": double: 1 idouble: 1 +Test "Real part of: casinh (-0x1p-23 + 0x1.000002p0 i)": +float: 1 +ifloat: 1 Test "Real part of: casinh (-0x1p-23 + 0x1.fp-129 i)": ildouble: 1 ldouble: 1 @@ -2940,6 +2979,9 @@ ldouble: 1 Test "Real part of: casinh (-0x1p-23 - 0x0.ffffffp0 i)": double: 1 idouble: 1 +Test "Real part of: casinh (-0x1p-23 - 0x1.000002p0 i)": +float: 1 +ifloat: 1 Test "Real part of: casinh (-0x1p-23 - 0x1.fp-129 i)": ildouble: 1 ldouble: 1 @@ -3348,6 +3390,9 @@ ldouble: 1 Test "Real part of: casinh (0x1p-23 + 0x0.ffffffp0 i)": double: 1 idouble: 1 +Test "Real part of: casinh (0x1p-23 + 0x1.000002p0 i)": +float: 1 +ifloat: 1 Test "Real part of: casinh (0x1p-23 + 0x1.fp-129 i)": ildouble: 1 ldouble: 1 @@ -3365,6 +3410,9 @@ ldouble: 1 Test "Real part of: casinh (0x1p-23 - 0x0.ffffffp0 i)": double: 1 idouble: 1 +Test "Real part of: casinh (0x1p-23 - 0x1.000002p0 i)": +float: 1 +ifloat: 1 Test "Real part of: casinh (0x1p-23 - 0x1.fp-129 i)": ildouble: 1 ldouble: 1 @@ -11562,7 +11610,9 @@ Test "yn (10, 0x1p+0)": float: 2 ifloat: 2 Test "yn (10, 0x2p+0)": +double: 2 float: 3 +idouble: 2 ifloat: 3 Test "yn (10, 0x2p-4)": double: 1 @@ -11602,7 +11652,9 @@ float: 1 idouble: 1 ifloat: 1 Test "yn (3, 0x2p+0)": +double: 1 float: 1 +idouble: 1 ifloat: 1 Test "yn (3, 0x2p-4)": ildouble: 1