diff options
author | Benjamin Barenblat <bbaren@google.com> | 2021-03-04 14:43:19 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2021-03-04 14:43:19 -0500 |
commit | 006b28a982e3938d29952341a2ebdeae77b42b16 (patch) | |
tree | 81af5070e7a04c579354e90d7c9e1668f8af0762 /debian/changelog | |
parent | 7879e9278a48b4bf7727b640ea1485bf3fb01eb8 (diff) | |
download | abseil-006b28a982e3938d29952341a2ebdeae77b42b16.tar.gz abseil-006b28a982e3938d29952341a2ebdeae77b42b16.tar.bz2 abseil-006b28a982e3938d29952341a2ebdeae77b42b16.zip |
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/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ce59cc14..e3f4e909 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +abseil (0~20200923.3-3) UNRELEASED; urgency=medium + + * Fix "ftbfs with -march=x86-64-v3" by correcting the relevant unit + tests. (Closes: #983936) + + -- Benjamin Barenblat <bbaren@debian.org> Thu, 04 Mar 2021 14:37:45 -0500 + abseil (0~20200923.3-2) unstable; urgency=medium * Correct string formatting on POWER. |