From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117400 invoked by alias); 15 Aug 2018 13:11:44 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 117326 invoked by uid 89); 15 Aug 2018 13:11:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1483 X-HELO: EUR04-HE1-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com; s=selector1-arm-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=T7zpWh7rkZpH1TmANrUXeA6D28WAMD/ESRZoEm3q7Sg=; b=FwToi7FsKPW/U0Np3Ww4JqoEJmpHtmanstf2KZxc/s0nsYkGiMTPQmEx0HxOcwFO39m1rFxTpvuNGTl68zBc5S38DbuzF1l3J3FFJ32/0s3hiFlVXXzh6a+4bT+L8HW2eHgG0Hx0LdfQXx8KkA9V+T0utq5wajeCQkOg/pu/dU8= From: Wilco Dijkstra To: Joseph Myers , Szabolcs Nagy CC: GNU C Library , nd Subject: Re: [PATCH 03/10] Improve performance of sinf and cosf Date: Wed, 15 Aug 2018 13:11:00 -0000 Message-ID: References: <480576b5-fbb7-39b2-d80c-80c8931fde21@arm.com> , In-Reply-To: authentication-results: spf=none (sender IP is ) smtp.mailfrom=Wilco.Dijkstra@arm.com; received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2018-08/txt/msg00297.txt.bz2 Joseph Myers wrote: > The ulps updates here broke the testsuite build for x86_64 through adding > invalid "ifloat:1" and "float:1" lines (missing space after colon) to=20 > sysdeps/x86_64/fpu/libm-test-ulps.=A0 I don't know quite how you generate= d=20 > those changes to libm-test-ulps; "make regen-ulps" should never generate= =20 > such invalid lines, either before or after my move of it from perl to=20 > python. Sorry, it seems I copied and pasted some fields incorrectly. I've committed= a fix with the spaces, the libm-test-ulps is now identical to the latest rege= n output. Wilco Fix spaces in x86_64 ULP file =20=20=20=20 Fix a few missing spaces, it's now identical to the regenerated version. =20=20=20=20 Passes GLIBC tests on x64. =20=20=20=20 ChangeLog: 2018-08-15 Wilco Dijkstra * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate to fix spaces. -- diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-te= st-ulps index a51faecfc72342904d7c0ecb1ae90a03c14a7cad..e26f9c13586dc90bf7af42ca099= 4da3eb489ff45 100644 --- a/sysdeps/x86_64/fpu/libm-test-ulps +++ b/sysdeps/x86_64/fpu/libm-test-ulps @@ -2548,14 +2548,14 @@ double: 1 float: 1 float128: 3 idouble: 1 -ifloat:1 +ifloat: 1 ifloat128: 3 ildouble: 3 ldouble: 3 =20 Function: "sin_towardzero": double: 1 -float:1 +float: 1 float128: 2 idouble: 1 ifloat: 1 @@ -2565,7 +2565,7 @@ ldouble: 2 =20 Function: "sin_upward": double: 1 -float:1 +float: 1 float128: 3 idouble: 1 ifloat: 1