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: 1189010 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-106597-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=linux.ibm.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="S80soljj"; dkim-atps=neutral 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 ozlabs.org (Postfix) with ESMTPS id 476Gv402Qvz9sPJ for ; Tue, 5 Nov 2019 02:29:51 +1100 (AEDT) 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:in-reply-to:references :message-id; q=dns; s=default; b=AgAwaF6mymgTb2O8hpxLvuNVtW3hwZB ZdkjKnoZKqXSD/cATNoBI4q+L95lXH5YTIyrTxvlC2bXKl2hZtoaFw+JVIZekIrZ /dmAwVNIXMT6oT95GBXaYvhsMRQasCxETnqpLu9Jx/0ASGjtFYt2iUnzhoX3IUqR uc7MmnNv+TRc= 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:in-reply-to:references :message-id; s=default; bh=cfMfKJG0OYcRcLBmSo8lVAj3v5M=; b=S80so ljjQfhxtak41/fQBELp+nTMZCXXAVrFmpypu2O1QnDD7Vf7ek2G1aJxjUnXvgyRm w/Nbm3U6sih/AsD7tcmKvgC0MkyJ38UiLz/JRR66qAkTgDh2YtPewYLY1c7fvQUp blmrel1TMDd3kvCEiNzlmSlR1k7z0LQoTyyWD0= 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