[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>
Wed, 20 Sep 2023 18:18:40 +0000 (19:18 +0100)
commit4d22ffbc1ab8f51f66af66cac8c9eee6de752746
treeaa35b3a204c38bf33e8832fce7182d63cd2c2644
parent6cf7bcdf5402a13d445d60754aa569036c476f6d
[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