summaryrefslogtreecommitdiff
path: root/debian/patches/series
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2021-03-04 14:43:19 -0500
committerGravatar Benjamin Barenblat <bbaren@google.com>2021-03-04 14:43:19 -0500
commit006b28a982e3938d29952341a2ebdeae77b42b16 (patch)
tree81af5070e7a04c579354e90d7c9e1668f8af0762 /debian/patches/series
parent7879e9278a48b4bf7727b640ea1485bf3fb01eb8 (diff)
Make Abseil unit tests tolerate fused multiply/add contraction
Apply a patch from upstream to make tests pass when GCC replaces double addition and multiplication with fused multiply/add instructions.
Diffstat (limited to 'debian/patches/series')
-rw-r--r--debian/patches/series1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
index ceceb694..c07c5a22 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ nan-narrowing.diff
endian-hash.diff
endian-random.diff
ppc-float-conversion.diff
+fma-contraction.diff