[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>
Thu, 8 Feb 2024 02:10:29 +0000 (02:10 +0000)
commitf8232e04046a205aead6f758efc6dca4f33e67bf
tree7d21ea7bdb8454545e53fa08d3db99f2ad44bedc
parentc6256e2f422c2447a8417b9f76d28149175a4fb9
[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