From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112437 invoked by alias); 2 Dec 2019 14:57: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 112376 invoked by uid 89); 2 Dec 2019 14:57:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx0a-001b2d01.pphosted.com Subject: Re: [PATCH 12/17] S390: Use copy-sign instruction for copysign functions. To: libc-alpha@sourceware.org References: <1572881244-6781-1-git-send-email-stli@linux.ibm.com> <1572881244-6781-12-git-send-email-stli@linux.ibm.com> From: Stefan Liebler Date: Mon, 02 Dec 2019 14:57:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0 MIME-Version: 1.0 In-Reply-To: <1572881244-6781-12-git-send-email-stli@linux.ibm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit x-cbid: 19120214-4275-0000-0000-00000389D920 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19120214-4276-0000-0000-0000389D73C8 Message-Id: <7f7b23b4-843c-a12f-ab14-1b4fc43c6595@linux.ibm.com> X-SW-Source: 2019-12/txt/msg00040.txt.bz2 This patch is superseded by the patch-series which is always using wordsize-64 version and allows to use the GCC builtins in common-code implementation: "[PATCH 00/13] Use GCC builtins for some math functions if desired." https://www.sourceware.org/ml/libc-alpha/2019-12/msg00029.html Bye, Stefan