diff options
author | Benjamin Barenblat <bbaren@google.com> | 2021-06-17 13:10:46 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2021-06-17 13:10:46 -0400 |
commit | c4f45f300721f058eae367a2cff4ed27af91a1d5 (patch) | |
tree | bd05c772c885281567c5d80caadd892aa5b04abc /debian/patches/series | |
parent | a30ed81b4bf8df18c2b7d153c7a87563b68bb281 (diff) |
Add patch to disable some troublesome FPU tests on i386
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.
Diffstat (limited to 'debian/patches/series')
-rw-r--r-- | debian/patches/series | 1 |
1 files changed, 1 insertions, 0 deletions
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 |