From c4f45f300721f058eae367a2cff4ed27af91a1d5 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 17 Jun 2021 13:10:46 -0400 Subject: Add patch to disable some troublesome FPU tests on i386 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some Abseil tests test floating-point edge cases. These tests are correct when IEEE semantics are strictly enforced. However, such semantics are quite expensive when using an x87 FPU, so they’re not enabled by default. Patch out the offending tests on i386 systems that don’t enforce IEEE semantics. --- debian/patches/series | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/patches/series') diff --git a/debian/patches/series b/debian/patches/series index 4e55e401..3f1a11da 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ latomic.diff cordrepring-typo.diff thumb-function-bounds.diff float-rounding.diff +float-tests-disable-i386.diff -- cgit v1.2.3