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 CE1161F463 for ; Thu, 19 Sep 2019 18:46:59 +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:from:to:cc:subject:date:message-id; q=dns; s= default; b=P1SIEj+SRvkF1iSXZS65OQ1sCEqQEEien03qn0Uv5uR/UGOm6tEKk rT9NCb4X0lAp4E70hEQ1ZiFLaexKaQBVN4+Gl/cdQBAk6owIUNL+FjxoC8rzsK5e mbB9NcViJekFaqhC+NsBN1Ocn4HES8cJaZvun8bfZdShLLhZWJw/1A= 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:cc:subject:date:message-id; s=default; bh=izxWKg0WrO15sEuht91vZxrvBJU=; b=BoI2H7iNBuLPoBUu3VZ5D7Trjsi0 xGoRMG3Qmm+jy9n1Nyio2VrxoEe67uPB0vALEuiV80krw0EdnbZjgq1Z/EUTVwuD wcr2zpKokztmeoezrOCh3N66fnzNf8S954rHg4Q+Awi+cai2gR2LZFr4Sr6oZRH4 8szuqMHppTD4XsM= Received: (qmail 69945 invoked by alias); 19 Sep 2019 18:46:57 -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 69935 invoked by uid 89); 19 Sep 2019 18:46:56 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx0a-001b2d01.pphosted.com From: "Paul A. Clarke" To: libc-alpha@sourceware.org Cc: tuliom@ascii.art.br, murphyp@linux.ibm.com Subject: [PATCH v2 0/6] Various FPSCR-related changes Date: Thu, 19 Sep 2019 13:46:44 -0500 Message-Id: <1568918810-20393-1-git-send-email-pc@us.ibm.com> From: "Paul A. Clarke" I collected a set of patches, some already posted but until now not in a series. Thus, the "v2". I changed the order a bit, and there are a couple of new changes included. Only one has been previously reviewed, marked with "Reviewed-by" therein. Paul A. Clarke (6): [powerpc] fenv_private.h clean up [powerpc] No need to enter "Ignore Exceptions Mode" [powerpc] libc_feupdateenv_test: optimize FPSCR access [powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR write [powerpc] __fesetround_inline optimizations [powerpc] Rename fegetenv_status to fegetenv_control sysdeps/powerpc/fpu/fedisblxcpt.c | 5 +- sysdeps/powerpc/fpu/feenablxcpt.c | 5 +- sysdeps/powerpc/fpu/fegetexcept.c | 2 +- sysdeps/powerpc/fpu/fegetmode.c | 2 +- sysdeps/powerpc/fpu/feholdexcpt.c | 7 +-- sysdeps/powerpc/fpu/fenv_libc.h | 56 +++++++++++++++++--- sysdeps/powerpc/fpu/fenv_private.h | 103 +++++++++---------------------------- sysdeps/powerpc/fpu/fesetenv.c | 19 ++----- sysdeps/powerpc/fpu/fesetmode.c | 9 ++-- sysdeps/powerpc/fpu/feupdateenv.c | 17 +----- 10 files changed, 91 insertions(+), 134 deletions(-) -- 1.8.3.1