[PATCH] core library: Disable fpmath tests for i386 ...
authorliushuyu <liushuyu011@gmail.com>
Tue, 25 Jul 2023 01:48:12 +0000 (09:48 +0800)
committerRaspbian forward porter <root@raspbian.org>
Wed, 21 Feb 2024 00:14:38 +0000 (00:14 +0000)
commit6197917e7617766d480b8dfd036264e10ecece42
tree8a6a255c32b5b2e954172a3fa9a5a259b8d59577
parent1e9b2d96f8fab4c52836ad93c6f3ddc0789c916c
[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