From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 23ACB1F66E for ; Tue, 11 Aug 2020 11:31:36 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A05DF3861854; Tue, 11 Aug 2020 11:31:34 +0000 (GMT) Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sourceware.org (Postfix) with ESMTPS id D062C3861854 for ; Tue, 11 Aug 2020 11:31:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D062C3861854 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Paul.Zimmermann@inria.fr X-IronPort-AV: E=Sophos;i="5.75,461,1589234400"; d="scan'208";a="356342797" Received: from tomate.loria.fr (HELO tomate) ([152.81.10.51]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2020 13:31:30 +0200 Date: Tue, 11 Aug 2020 13:31:30 +0200 Message-Id: From: Paul Zimmermann To: Adhemerval Zanella In-reply-to: (message from Adhemerval Zanella on Sat, 8 Aug 2020 16:53:45 -0300) Subject: Re: fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tiny (v4) References: <990d2dda-b015-1556-534f-9c488519f7ae@linaro.org> X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: libc-alpha@sourceware.org, joseph@codesourcery.com Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Dear Joseph, Dear Adhemerval, sorry for that, I'll try to remember next time to regenerate the auto-libm-test-out-xxx file and to check the ulp files. Paul > From: Adhemerval Zanella > Date: Sat, 8 Aug 2020 16:53:45 -0300 > > On 07/08/2020 17:30, Joseph Myers wrote: > > On Fri, 7 Aug 2020, Adhemerval Zanella via Libc-alpha wrote: > > > >> On 07/08/2020 08:25, Paul Zimmermann wrote: > >>> ping: https://sourceware.org/pipermail/libc-alpha/2020-August/116806.html > >>> > >>> Have a nice week-end, > >>> Paul > >>> > >> > >> LGTM and I pushed it upstream with some minor fixes (I fixed the indentation > >> to match the rest of the file, added double space prior comment endding and > >> adjust one line that surpassed the 78 column limit). > > > > That commit is missing the regeneration of auto-libm-test-out-j0. > > > > Done, I also updated both x86_64 and i686 ulp files that resulted from the > the new test. >