From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18115 invoked by alias); 14 Aug 2018 19:41:28 -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 18101 invoked by uid 89); 14 Aug 2018 19:41:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=Hx-languages-length:467 X-HELO: relay1.mentorg.com Date: Tue, 14 Aug 2018 19:41:00 -0000 From: Joseph Myers To: Szabolcs Nagy CC: GNU C Library , , Wilco Dijkstra Subject: Re: [PATCH 03/10] Improve performance of sinf and cosf In-Reply-To: Message-ID: References: <480576b5-fbb7-39b2-d80c-80c8931fde21@arm.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2018-08/txt/msg00291.txt.bz2 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 sysdeps/x86_64/fpu/libm-test-ulps. I don't know quite how you generated those changes to libm-test-ulps; "make regen-ulps" should never generate such invalid lines, either before or after my move of it from perl to python. -- Joseph S. Myers joseph@codesourcery.com