[PATCH] core library: Disable fpmath tests for i386 ...
authorliushuyu <liushuyu011@gmail.com>
Tue, 25 Jul 2023 01:48:12 +0000 (09:48 +0800)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Mon, 15 Jan 2024 07:16:35 +0000 (08:16 +0100)
commit57b0a7a868333d0ea32a2fdd43f86c47a6597e90
treee9bf3e90776029d72ea77e4b720845f8e1550002
parent0e21bc54c32acd6fb0aa06a38e29e097a8b8191c
[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