7c0489
From 363f9d7a6be5a3b400e3ea3daab583bccfcfa152 Mon Sep 17 00:00:00 2001
7c0489
From: Stefan Liebler <stli@linux.ibm.com>
7c0489
Date: Wed, 11 Dec 2019 15:09:34 +0100
7c0489
Subject: [PATCH 26/28] S390: Use sysdeps/ieee754/dbl-64/wordsize-64 on s390x.
7c0489
7c0489
This patch enables the usage of implementations in
7c0489
sysdeps/ieee754/dbl-64/wordsize-64 on 64bit s390x.
7c0489
7c0489
(cherry picked from commit fcee34cc373daee6aa5320a6e1897cdf2005ab53)
7c0489
---
7c0489
 sysdeps/s390/s390-64/Implies | 1 +
7c0489
 1 file changed, 1 insertion(+)
7c0489
7c0489
diff --git a/sysdeps/s390/s390-64/Implies b/sysdeps/s390/s390-64/Implies
7c0489
index a8cae95f9d..7603c9859c 100644
7c0489
--- a/sysdeps/s390/s390-64/Implies
7c0489
+++ b/sysdeps/s390/s390-64/Implies
7c0489
@@ -1 +1,2 @@
7c0489
 wordsize-64
7c0489
+ieee754/dbl-64/wordsize-64
7c0489
-- 
7c0489
2.18.2
7c0489