From patchwork Mon Nov 4 15:27:24 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Liebler X-Patchwork-Id: 35622 Received: (qmail 51638 invoked by alias); 4 Nov 2019 15:28:07 -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 Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 51454 invoked by uid 89); 4 Nov 2019 15:28:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.3 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx0b-001b2d01.pphosted.com From: Stefan Liebler To: libc-alpha@sourceware.org Cc: Stefan Liebler Subject: [PATCH 17/17] S390: Use sysdeps/ieee754/dbl-64/wordsize-64 on s390x. Date: Mon, 4 Nov 2019 16:27:24 +0100 In-Reply-To: <1572881244-6781-1-git-send-email-stli@linux.ibm.com> References: <1572881244-6781-1-git-send-email-stli@linux.ibm.com> x-cbid: 19110415-0020-0000-0000-000003826D86 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19110415-0021-0000-0000-000021D89279 Message-Id: <1572881244-6781-17-git-send-email-stli@linux.ibm.com> This patch enables the usage of implementations in sysdeps/ieee754/dbl-64/wordsize-64 on 64bit s390x. --- sysdeps/s390/s390-64/Implies | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/s390/s390-64/Implies b/sysdeps/s390/s390-64/Implies index a8cae95f9d..7603c9859c 100644 --- a/sysdeps/s390/s390-64/Implies +++ b/sysdeps/s390/s390-64/Implies @@ -1 +1,2 @@ wordsize-64 +ieee754/dbl-64/wordsize-64