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-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 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 dcvr.yhbt.net (Postfix) with ESMTPS id 0BC421F461 for ; Mon, 2 Sep 2019 14:15:35 +0000 (UTC) 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:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=cEpk9fe/6L940uCY94clrK2lr08Ld6EDkBriY4o5B+H tCkwz8OdxeVvbGLBeqKwNq68Ps+vSNQYBxzDboxkTnsnRqluC3ZUgTGyXEWyn3RM DuL8Uf4fp6nUitW4XTUx3xmgr6bm/s3US6B2Ydn/3XUbZm5gs39XF44KeNX4vYBE = 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:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=WTBowhKEPRf/zvWWEQisRWtEUlo=; b=fl2wPGWT864+0mXC7 gi0h2PSJNgMlBj9f/ZD7SKvedoGujvb6Y4+mKeFRHpIERYw6MuUAOVEvvuUAnQUx K4whyqfTuJ5VkBeGPfnhxWK0r3xFerLEJ6ax4Yijw6bYBS2LFk8qgqFw5M2AReab K7E9NDCDlX0qnPC/v3ood+kR1g= Received: (qmail 31227 invoked by alias); 2 Sep 2019 14:15:30 -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 Received: (qmail 31195 invoked by uid 89); 2 Sep 2019 14:15:29 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: smtpout1.mo803.mail-out.ovh.net Date: Mon, 2 Sep 2019 11:15:13 -0300 From: "Gabriel F. T. Gomes" To: Subject: Ping. Re: [PATCH 0/6] IEEE long double printf and friends for powerpc64le Message-ID: <20190902111513.515d02ad@tereshkova> In-Reply-To: <20190809183154.32605-1-gabriel@inconstante.net.br> References: <20190809183154.32605-1-gabriel@inconstante.net.br> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Ovh-Tracer-Id: 2592666011859799747 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduvddrudejtddgjeegucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenuc Any comments on these patches? I believe I have addressed all the comments in previous submissions. On Fri, 09 Aug 2019, Gabriel F. T. Gomes wrote: >From: "Gabriel F. T. Gomes" > >A long time ago [1], I sent a patch set with the initial implementations >of many string to/from IEEE long double conversion routines for >powerpc64le. The patch set depended on other, at the time unapplied, >patch sets [2,3], which are now all integrated into master. Even though >this dependency existed, I got a lot of feedback (thanks, btw), which I >tried to address for this new round. > >In this thread, I only included printf and friends functions, which >helps reduce the size of the patch set and maybe ease review. :) > >As with previous submissions, these changes can only be tested once all >other functions have actually been integrated (because the function >redirections in our installed headers are macroized and work for all >long double routines). So, in order to test it, I use a more complete >branch, which I made available at: >https://sourceware.org/git/?p=glibc.git;a=shortlog;h=refs/heads/gabriel/powerpc-ieee128-printscan > >[1] https://sourceware.org/ml/libc-alpha/2018-06/msg00652.html >[2] https://sourceware.org/ml/libc-alpha/2018-10/msg00612.html >[3] https://sourceware.org/ml/libc-alpha/2019-02/msg00582.html > >Gabriel F. T. Gomes (6): > ldbl-128ibm-compat: Add regular character printing functions > ldbl-128ibm-compat: Add wide character printing functions > ldbl-128ibm-compat: Add regular character, fortified printing > functions > ldbl-128ibm-compat: Add wide character, fortified printing functions > ldbl-128ibm-compat: Test double values > ldbl-128ibm-compat: Test positional arguments