[PATCH] core library: Disable fpmath tests for i386 ...
authorliushuyu <liushuyu011@gmail.com>
Tue, 25 Jul 2023 01:48:12 +0000 (09:48 +0800)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 13 Jun 2024 11:01:11 +0000 (11:01 +0000)
commitdd27ed8a2fff24a5b17bec68b1341ef6579476c7
treed30a35b14fefe5b2e335b56ce5149dd0624f0632
parent1577c2cc8c613fdb7e3153197959d5deee193593
[PATCH] core library: Disable fpmath tests for i386 ...

This patch disables the floating-point epsilon test for i386 since
x87 registers are too imprecise and can't produce the expected
results.

Forwarded: https://github.com/rust-lang/rust/pull/114042

Gbp-Pq: Name u-disable-fp-precision-test-on-i386.patch
library/core/src/num/f32.rs