summaryrefslogtreecommitdiffstats
path: root/debian/patches/u-disable-fp-precision-test-on-i386.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:33 +0000
commit763d5cadc595f2788bebc88e9bf3c06a95d40d54 (patch)
treec25046e35e81f37d99d4fa5872b7efdbe31e25de /debian/patches/u-disable-fp-precision-test-on-i386.patch
parentMerging upstream version 1.72.1+dfsg1. (diff)
downloadrustc-763d5cadc595f2788bebc88e9bf3c06a95d40d54.tar.xz
rustc-763d5cadc595f2788bebc88e9bf3c06a95d40d54.zip
Merging debian version 1.72.1+dfsg1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/u-disable-fp-precision-test-on-i386.patch')
-rw-r--r--debian/patches/u-disable-fp-precision-test-on-i386.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/u-disable-fp-precision-test-on-i386.patch b/debian/patches/u-disable-fp-precision-test-on-i386.patch
index dad261349..d4845c9d0 100644
--- a/debian/patches/u-disable-fp-precision-test-on-i386.patch
+++ b/debian/patches/u-disable-fp-precision-test-on-i386.patch
@@ -15,7 +15,7 @@ Index: rust/library/core/src/num/f32.rs
===================================================================
--- rust.orig/library/core/src/num/f32.rs
+++ rust/library/core/src/num/f32.rs
-@@ -799,7 +799,7 @@ impl f32 {
+@@ -800,7 +800,7 @@ impl f32 {
/// let angle = std::f32::consts::PI;
///
/// let abs_difference = (angle.to_degrees() - 180.0).abs();